Adding of network type handlers finished (listing is still work-in-progress)
[mailer.git] / inc / modules / admin / what-list_doubler.php
index b70e3aca81656f6249112157e7533fc413e8a531..b979debaa5e93ae9a21e181a707ae57959a1c44c 100644 (file)
@@ -46,10 +46,10 @@ addMenuDescription('admin', __FILE__);
 
 if (!isGetRequestElementSet('mode')) {
        // Chosse the overview page as default
-       setRequestGetElement('mode', 'overview');
+       setGetRequestElement('mode', 'overview');
 } else {
        // Set table title automatically
-       if (!isGetRequestElementSet('select')) setRequestGetElement('select', 'all');
+       if (!isGetRequestElementSet('select')) setGetRequestElement('select', 'all');
 
        // Prepare header
        $content['list_' . strtolower(getRequestElement('mode'))] = getMessage('ADMIN_DOUBLER_LIST_' . strtoupper(getRequestElement('mode')) . '_' . strtoupper(getRequestElement('select')).'');