]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_order.php
Forgot it to comment out ... :(
[mailer.git] / inc / modules / admin / what-config_order.php
index b98e1db125592e2f302f646a4daa9defa7132382..f7571f5bf7dec86077d6479ae2681d67698526d6 100644 (file)
@@ -43,7 +43,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 // Add description as navigation point
 addYouAreHereLink('admin', __FILE__);
 
-if (isFormSent()) {
+if (isFormSent('save_config')) {
        // Save data
        adminSaveSettingsFromPostData();
 } else {
@@ -62,9 +62,6 @@ if (isFormSent()) {
                $content[$entry . '_' . strtolower(getConfig($entry))] = ' selected="selected"';
        } // END - foreach
 
-       // Selection list
-       $content['order_selection'] = addOrderSelectionOptions(getConfig('order_select'));
-
        // Load template
        loadTemplate('admin_config_order', FALSE, $content);
 }