X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_rewrite.php;h=b9276d55771dc5f665c6ec3e0fc07af43710bb87;hb=8383fc52cd2340ea1756f9e1808fa3589e27c341;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..b9276d5577 100644 --- a/inc/modules/admin/what-config_rewrite.php +++ b/inc/modules/admin/what-config_rewrite.php @@ -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_skipped_mods'])) { // Found - $y = " checked"; + $y = ' checked'; $n = ""; } else { // Not found $y = ""; - $n = " checked"; + $n = ' checked'; } // Remember data in array for the dynamic row template