X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_rallyes.php;h=ec3c17b554ff59b586c2c74cdcd2b17904577389;hb=dc25bd7a76750f02e2d617c9db9eb0aae53270f5;hp=88207882415018499c5e262a5bdb5f4aa48e2cb3;hpb=db0c6702086eea2c44d0aae1702dc2e77a0afc4e;p=mailer.git diff --git a/inc/modules/admin/what-list_rallyes.php b/inc/modules/admin/what-list_rallyes.php index 8820788241..ec3c17b554 100644 --- a/inc/modules/admin/what-list_rallyes.php +++ b/inc/modules/admin/what-list_rallyes.php @@ -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