]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_autopurge.php
Ticket resolved, code rewrites and caching:
[mailer.git] / inc / modules / admin / what-config_autopurge.php
index b55200c1a2d3daf261b8ff5fe6176679744a4f5a..cea9d4cb8155c152ae31537b64b565c5f03301f5 100644 (file)
@@ -65,7 +65,7 @@ if (isset($_POST['ok'])) {
 
        // Mail confirmation links
        define('_CFG_AUTO_PURGE', CREATE_TIME_SELECTIONS(getConfig('auto_purge'), "auto_purge", "MWD"));
-       if (getConfig('auto_purge_active') == "N") {
+       if (getConfig('auto_purge_active') != "Y") {
                define('_CFG_AP_ACTIVE_N', " checked=\"checked\"");
                define('_CFG_AP_ACTIVE_Y', "");
        } else {