]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-autopurge.php
- Surfbar further extended, currently broken!
[mailer.git] / inc / modules / admin / what-autopurge.php
index 1a729d8e10a96c7fc1f1fcd0cad2f3280254127f..cb1e91f1d9d7a90e05aec04e1a4ecc9e362cbe6b 100644 (file)
@@ -47,15 +47,15 @@ if (isset($_POST['ok'])) {
        // Setup constants for the template
        switch ($_CONFIG['ap_inactive'])
        {
-               case 'Y': define('__YES_IN', ' checked'); define('__NO_IN', "");         break;
-               case 'N': define('__YES_IN', "");         define('__NO_IN', ' checked'); break;
+               case 'Y': define('__YES_IN', " checked"); define('__NO_IN', "");         break;
+               case 'N': define('__YES_IN', "");         define('__NO_IN', " checked"); break;
        }
        switch ($_CONFIG['ap_unconfirmed'])
        {
-               case 'Y': define('__YES_UN', ' checked'); define('__NO_UN', "");         break;
-               case 'N': define('__YES_UN', "");         define('__NO_UN', ' checked'); break;
+               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']);