]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_rallyes.php
Fixes for referal system, shell scripts overworked:
[mailer.git] / inc / modules / admin / what-list_rallyes.php
index 88207882415018499c5e262a5bdb5f4aa48e2cb3..ec3c17b554ff59b586c2c74cdcd2b17904577389 100644 (file)
@@ -100,7 +100,7 @@ if (isGetRequestParameterSet('rallye')) {
 
        // Run SQL command
        runFilterChain('run_sqls');
-} elseif (isFormSent('remove')) {
+} elseif (isFormSent('do_delete')) {
        // Delete rallyes
        if (ifPostContainsSelections()) {
                // Init SQLs
@@ -126,7 +126,7 @@ if (isGetRequestParameterSet('rallye')) {
                // No rallye selected to delete!
                $message = '{--RALLYE_DELETE_NOTHING_SELECTED--}';
        }
-} elseif (isFormSent('change')) {
+} elseif (isFormSent('do_edit')) {
        // Change rallye
        if (ifPostContainsSelections('title')) {
                // Init SQLs