]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-autopurge.php
Fixes for wrong config entries
[mailer.git] / inc / modules / admin / what-autopurge.php
index 0ab6d465756dfaf4b8377613c51ca3c5f1c212bf..54d22e21a3c2c27cd2268dd2412d45df476720b3 100644 (file)
@@ -45,17 +45,17 @@ if (isset($_POST['ok'])) {
        ADMIN_SAVE_SETTINGS($_POST);
 } else {
        // Setup constants for the template
-       switch ($_CONFIG['ap_inactive'])
+       switch ($_CONFIG['autopurge_inactive'])
        {
                case 'Y': define('__YES_IN', " checked"); define('__NO_IN', "");         break;
                case 'N': define('__YES_IN', "");         define('__NO_IN', " checked"); break;
        }
-       switch ($_CONFIG['ap_unconfirmed'])
+       switch ($_CONFIG['autopurge_unconfirmed'])
        {
                case 'Y': define('__YES_UN', " checked"); define('__NO_UN', "");         break;
                case 'N': define('__YES_UN', "");         define('__NO_UN', " checked"); break;
        }
-       define('__AP_IN_SINCE', $_CONFIG['ap_in_since']);
+       define('__AP_IN_SINCE', $_CONFIG['ap_inactive_since']);
        define('__AP_IN_TIME' , $_CONFIG['ap_in_time']);
        define('__AP_UN_TIME' , $_CONFIG['ap_un_time']);