]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_autopurge.php
More use of REVERT_COMMA() fixes problems
[mailer.git] / inc / modules / admin / what-config_autopurge.php
index 686e6f3a8ba27b45f0c9b2c214bdca963ecd57c9..abbb29a58955ced46686d82897c7f7cc19f4e013 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=\"checked\"");
                define('_CFG_AP_ACTIVE_Y', "");
        } else {
                define('_CFG_AP_ACTIVE_N', "");
-               define('_CFG_AP_ACTIVE_Y', " checked");
+               define('_CFG_AP_ACTIVE_Y', " checked=\"checked\"");
        }
 
        // Output template