]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_rallye_prices.php
More constant rewrites
[mailer.git] / inc / modules / admin / what-config_rallye_prices.php
index 73e182fdc68c2943320a3c93d9255a51a1067c87..91fe4c618a77fdd2552b2cc8670d4ad93fd6827f 100644 (file)
@@ -109,7 +109,7 @@ VALUES ('%s','%s','%s','%s')",
                LOAD_TEMPLATE("admin_settings_saved", false, RALLYE_ENTRIES_CHANGED);
        }
 
-       if (REQUEST_ISSET_POST(('edit'))) {
+       if (REQUEST_ISSET_POST('edit')) {
                // Check if at last one line is selected
                $SEL = SELECTION_COUNT(REQUEST_POST('sel'));
                if ($SEL > 0) {
@@ -151,7 +151,7 @@ VALUES ('%s','%s','%s','%s')",
                        LOAD_TEMPLATE("admin_settings_saved", false, $content);
                }
        }
-        elseif (REQUEST_ISSET_POST(('del')))
+        elseif (REQUEST_ISSET_POST('del'))
        {
                // Check if at last one line is selected
                $SEL = SELECTION_COUNT(REQUEST_POST('sel'));
@@ -238,7 +238,7 @@ VALUES ('%s','%s','%s','%s')",
        }
 
        // Add form for adding new price level
-       if (!REQUEST_ISSET_POST(('edit'))) {
+       if (!REQUEST_ISSET_POST('edit')) {
                LOAD_TEMPLATE("admin_add_rallye_prices", false, REQUEST_GET('rallye'));
        }
 } else {