X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_autopurge.php;h=abbb29a58955ced46686d82897c7f7cc19f4e013;hb=b3f82be7e5ecc294acfe9c00ef75e3dc0c8b43d1;hp=686e6f3a8ba27b45f0c9b2c214bdca963ecd57c9;hpb=2ec83ffdf7e326eb5ff5d9f1c7f4eb2fbc75e57c;p=mailer.git diff --git a/inc/modules/admin/what-config_autopurge.php b/inc/modules/admin/what-config_autopurge.php index 686e6f3a8b..abbb29a589 100644 --- a/inc/modules/admin/what-config_autopurge.php +++ b/inc/modules/admin/what-config_autopurge.php @@ -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