]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_rewrite.php
Several constant fixes
[mailer.git] / inc / modules / admin / what-config_rewrite.php
index 0fe433f49f243d23e6b58bc92604b36b9f16a906..b9276d55771dc5f665c6ec3e0fc07af43710bb87 100644 (file)
@@ -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;
@@ -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_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