X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_autopurge.php;h=9163d41c85e9988fe9c5f9d7316c6a049ce93788;hb=e79e1454e88271e35086963a0422a51cc243e67a;hp=83a0cd2565024b82ded73da64de84381b258a98c;hpb=60494e212a67fe360bfbb481eb4928480a6f379b;p=mailer.git diff --git a/inc/modules/admin/what-config_autopurge.php b/inc/modules/admin/what-config_autopurge.php index 83a0cd2565..9163d41c85 100644 --- a/inc/modules/admin/what-config_autopurge.php +++ b/inc/modules/admin/what-config_autopurge.php @@ -70,13 +70,13 @@ if (isset($_POST['ok'])) 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