]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-autopurge.php
Unlock of booked URLs in surfbar added, fix for URL-encoded links in loader module
[mailer.git] / inc / modules / admin / what-autopurge.php
index 01c61e81ef351abe6bcc3232a19384a461f5e6da..3df1e785caaaa3fe3dfd2e23f0242bacaae7f473 100644 (file)
@@ -49,13 +49,13 @@ 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_TIME' , $_CONFIG['ap_in_time']);