login bonus will no longer be payed when turned off, "Y/N" rewritten to 'Y/N'
[mailer.git] / inc / modules / admin / what-config_rewrite.php
index 0fe433f49f243d23e6b58bc92604b36b9f16a906..bc6c58fd7b4e043cde1904851bde6592d099a1fe 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;