X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_rewrite.php;h=9d16d7bfd62b59cbd3d336cd9df44098567702e3;hb=19cd0d37b2bcbf9dd4f3c38a9cecd7f5011d6b66;hp=a1e728b2fdb0dfd89477a4bd3fbe403fb8ed01be;hpb=4d6226782aa4ba157dca8c3891412ba50159481f;p=mailer.git diff --git a/inc/modules/admin/what-config_rewrite.php b/inc/modules/admin/what-config_rewrite.php index a1e728b2fd..9d16d7bfd6 100644 --- a/inc/modules/admin/what-config_rewrite.php +++ b/inc/modules/admin/what-config_rewrite.php @@ -47,7 +47,7 @@ if (isset($_POST['ok'])) foreach ($_POST['mod'] as $mod=>$sel) { // Now you can never deselect the admin module, bah!!! ;-) - if (($sel == 'Y') || ($mod == "admin")) + if (($sel == "Y") || ($mod == "admin")) { // Add module to queue $MODs[] = $mod; @@ -72,17 +72,17 @@ if (isset($_POST['ok'])) if (empty($title)) $title = "---"; // Already registered module? - if (ereg($mod, $CONFIG['rewrite_skipped_mods'])) + if (ereg($mod, $_CONFIG['rewrite_skip'])) { // Found - $y = " checked"; + $y = ' checked'; $n = ""; } else { // Not found $y = ""; - $n = " checked"; + $n = ' checked'; } // Remember data in array for the dynamic row template