Some dublicated braces removed, some fixed (broken: update depencies got registered...
[mailer.git] / inc / modules / admin / what-list_rallyes.php
index 217a444e1a2d8b43b9ca2c979b61a51c1e0bd3e0..48852fddfe852543cbf6741c2e005c8fe8f2d759 100644 (file)
@@ -93,7 +93,7 @@ if (REQUEST_ISSET_GET(('rallye'))) {
 
        // Run SQL command
        runFilterChain('run_sqls');
-} elseif (REQUEST_ISSET_POST(('remove'))) {
+} elseif (REQUEST_ISSET_POST('remove')) {
        // Delete rallyes
        $SEL = SELECTION_COUNT(REQUEST_POST('sel'));
        if ($SEL > 0) {
@@ -120,7 +120,7 @@ if (REQUEST_ISSET_GET(('rallye'))) {
                // No rallye selected to delete!
                $MSG = getMessage('RALLYE_DELETE_NOTHING_SELECTED');
        }
-} elseif (REQUEST_ISSET_POST(('change'))) {
+} elseif (REQUEST_ISSET_POST('change')) {
        // Change rallye
        $SEL = SELECTION_COUNT(REQUEST_POST('title'));
        if ($SEL > 0) {