]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-refbanner.php
More constant rewrites
[mailer.git] / inc / modules / admin / what-refbanner.php
index 229a8beadf8aeef470ce83a04fb2c42a70287b07..ba4d56c81cab3206abf9c22e4d9dbce9d51fdbd6 100644 (file)
@@ -49,7 +49,7 @@ if ((!REQUEST_ISSET_POST(('url'))) || (!REQUEST_ISSET_POST(('alternate')))) {
 }
 
 // Check selection count
-if (REQUEST_ISSET_POST(('sel'))) $SEL = SELECTION_COUNT(REQUEST_POST('sel'));
+if (REQUEST_ISSET_POST('sel')) $SEL = SELECTION_COUNT(REQUEST_POST('sel'));
 
 if (IS_FORM_SENT()) {
        // Fix older calls from add-new-banner-form
@@ -95,7 +95,7 @@ VALUES ('%s','%s','%s')",
                $content = "<span class=\"admin_failed\">{--SETTINGS_NOT_SAVED--}</span>";
        }
        LOAD_TEMPLATE("admin_settings_saved", false, $content);
-} elseif (($SEL > 0) && (REQUEST_ISSET_POST(('edit')))) {
+} elseif (($SEL > 0) && (REQUEST_ISSET_POST('edit'))) {
        // Edit banner
        $SW = ""; $OUT = "";
        foreach (REQUEST_POST('sel') as $id => $sel) {
@@ -123,7 +123,7 @@ VALUES ('%s','%s','%s')",
        // Load main template
        LOAD_TEMPLATE("admin_refbanner_edit");
 } else {
-       if (($SEL > 0) && (REQUEST_ISSET_POST(('del'))))
+       if (($SEL > 0) && (REQUEST_ISSET_POST('del')))
        {
                // Delete banner
                foreach (REQUEST_POST('sel') as $id => $sel) {