X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_rewrite.php;h=9d16d7bfd62b59cbd3d336cd9df44098567702e3;hp=0fe433f49f243d23e6b58bc92604b36b9f16a906;hb=307a4e11763f0914e73dc756b219356e1c29ab25;hpb=75ad748a68473ace540251427a74fb781b1145e9 diff --git a/inc/modules/admin/what-config_rewrite.php b/inc/modules/admin/what-config_rewrite.php index 0fe433f49f..9d16d7bfd6 100644 --- a/inc/modules/admin/what-config_rewrite.php +++ b/inc/modules/admin/what-config_rewrite.php @@ -59,7 +59,7 @@ if (isset($_POST['ok'])) unset($_POST['mod']); // Save settings - ADMIN_SAVE_SETTINGS($_POST, "_config", "config='0'"); + ADMIN_SAVE_SETTINGS($_POST); } else { @@ -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