X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_autopurge.php;h=287352e4753a40354a3ddbd1302c391b2de6b1af;hp=83a0cd2565024b82ded73da64de84381b258a98c;hb=307a4e11763f0914e73dc756b219356e1c29ab25;hpb=60494e212a67fe360bfbb481eb4928480a6f379b diff --git a/inc/modules/admin/what-config_autopurge.php b/inc/modules/admin/what-config_autopurge.php index 83a0cd2565..287352e475 100644 --- a/inc/modules/admin/what-config_autopurge.php +++ b/inc/modules/admin/what-config_autopurge.php @@ -68,15 +68,15 @@ 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') + 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