]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_autopurge.php
Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / inc / modules / admin / what-config_autopurge.php
index 9163d41c85e9988fe9c5f9d7316c6a049ce93788..287352e4753a40354a3ddbd1302c391b2de6b1af 100644 (file)
@@ -68,7 +68,7 @@ if (isset($_POST['ok']))
 
        // Mail confirmation links
        define('_CFG_AUTO_PURGE', CREATE_TIME_SELECTIONS($_CONFIG['auto_purge'], "auto_purge", "MWD"));
-       if ($_CONFIG['auto_purge_active'] == 'N')
+       if ($_CONFIG['auto_purge_active'] == "N")
        {
                define('_CFG_AP_ACTIVE_N', ' checked');
                define('_CFG_AP_ACTIVE_Y', "");