]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_payouts.php
More fixes for ext-surfbar:
[mailer.git] / inc / modules / admin / what-config_payouts.php
index 077bcb0f4493802aeb8993cb00a0c6762ebff29a..7aaee12902532dd47e173e53048f862d1708ecbf 100644 (file)
@@ -109,7 +109,7 @@ if ((isFormSent('edit')) && (ifPostContainsSelections())) {
 
        // Load main template
        loadTemplate('admin_edit_payouts', false, $OUT);
-} elseif ((isFormSent('change')) && (ifPostContainsSelections())) {
+} elseif ((isFormSent('do_edit')) && (ifPostContainsSelections())) {
        // Change them now
        // Init SQLs
        initSqls();
@@ -164,7 +164,7 @@ LIMIT 1",
 
        // Load main template
        loadTemplate('admin_delete_payouts', false, $OUT);
-} elseif ((isFormSent('remove')) && (ifPostContainsSelections())) {
+} elseif ((isFormSent('do_delete')) && (ifPostContainsSelections())) {
        // Init SQLs
        initSqls();