Some fixes for surfbar extension (#123), double->single, misc cleanups/fixes
[mailer.git] / inc / modules / admin / what-refbanner.php
index 21b8a84e9c6f8ec494b3d78494156783cd662ff5..cbeb3d53d4e3f1604af3895a5d8c672fa8089faa 100644 (file)
@@ -58,7 +58,7 @@ if (REQUEST_ISSET_POST('sel')) $SEL = countPostSelection();
 
 if (isFormSent()) {
        // Fix older calls from add-new-banner-form
-       if (!REQUEST_ISSET_GET(('mode'))) REQUEST_SET_GET('mode', 'add');
+       if (!REQUEST_ISSET_GET('mode')) REQUEST_SET_GET('mode', 'add');
        $sql = '';
        switch (REQUEST_GET('mode'))
        {