]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_order.php
Referal levels for surfbar added (unfinished)
[mailer.git] / inc / modules / admin / what-config_order.php
index c9da993a16de8fbed49978437b13378b9bf2364a..1c8e8dd9a37fdb185593959cb7ab24e296ac8390 100644 (file)
@@ -45,7 +45,7 @@ if (isset($_POST['ok'])) {
        ADMIN_SAVE_SETTINGS($_POST);
 } else {
        // Prepare constants for the template
-       switch ($_CONFIG['order_max'])
+       switch ($_CONFIG['order_max_full'])
        {
        case "ORDER":
                define('__ORDER_DEFAULT', ' checked');
@@ -79,7 +79,7 @@ if (isset($_POST['ok'])) {
        define('_CFG_UNCONFIRMED'   , $_CONFIG['unconfirmed']);
        define('_CFG_MAX_TLENGTH'   , $_CONFIG['max_tlength']);
 
-       if ($_CONFIG['test_text'] == 'N') {
+       if ($_CONFIG['test_text'] == "N") {
                define('_CFG_TEST_TEXT_N', ' checked');
                define('_CFG_TEST_TEXT_Y', "");
        } else {
@@ -107,7 +107,7 @@ if (isset($_POST['ok'])) {
                        break;
        }
 
-       if ($_CONFIG['test_subj'] == 'N') {
+       if ($_CONFIG['test_subj'] == "N") {
                define('_CFG_TEST_SUBJ_N', ' checked');
                define('_CFG_TEST_SUBJ_Y', "");
        } else {
@@ -115,7 +115,7 @@ if (isset($_POST['ok'])) {
                define('_CFG_TEST_SUBJ_Y', ' checked');
        }
 
-       if ($_CONFIG['url_blacklist'] == 'N') {
+       if ($_CONFIG['url_blacklist'] == "N") {
                define('_CFG_URL_BLIST_N', ' checked');
                define('_CFG_URL_BLIST_Y', "");
        } else {