Overall performance increased
[mailer.git] / inc / modules / admin / what-config_autopurge.php
index e29b37ed9d7e6ae57932ebc4148bc07930405d28..4ab850216e58afe52852c4d7b23669e1e00fb1b1 100644 (file)
@@ -66,11 +66,11 @@ 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") {
-               define('_CFG_AP_ACTIVE_N', ' checked');
+               define('_CFG_AP_ACTIVE_N', " checked");
                define('_CFG_AP_ACTIVE_Y', "");
        } else {
                define('_CFG_AP_ACTIVE_N', "");
-               define('_CFG_AP_ACTIVE_Y', ' checked');
+               define('_CFG_AP_ACTIVE_Y', " checked");
        }
 
        // Output template