X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_autopurge.php;h=92ecc56c9f70a20df2fc7121b331f8f8a65fe721;hp=2e33d729ac9f0eaf2e6e7851f0d907b870d6ec86;hb=a090e351c49fe021fb3064325694da03402332e0;hpb=f212df3d9d1d3c7f8632040130be9e7160980de6 diff --git a/inc/modules/admin/what-config_autopurge.php b/inc/modules/admin/what-config_autopurge.php index 2e33d729ac..92ecc56c9f 100644 --- a/inc/modules/admin/what-config_autopurge.php +++ b/inc/modules/admin/what-config_autopurge.php @@ -43,7 +43,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { } // Add description as navigation point -ADD_DESCR("admin", __FILE__); +ADD_DESCR('admin', __FILE__); if (IS_FORM_SENT()) { // Data was submitted so we store it @@ -71,11 +71,11 @@ if (IS_FORM_SENT()) { // Mail confirmation links define('_CFG_AUTO_PURGE', CREATE_TIME_SELECTIONS(getConfig('auto_purge'), "auto_purge", "MWD")); if (getConfig('auto_purge_active') != "Y") { - define('_CFG_AP_ACTIVE_N', " checked=\"checked\""); - define('_CFG_AP_ACTIVE_Y', ""); + define('_CFG_AP_ACTIVE_N', ' chkecked="checked"'); + define('_CFG_AP_ACTIVE_Y', ''); } else { - define('_CFG_AP_ACTIVE_N', ""); - define('_CFG_AP_ACTIVE_Y', " checked=\"checked\""); + define('_CFG_AP_ACTIVE_N', ''); + define('_CFG_AP_ACTIVE_Y', ' chkecked="checked"'); } // Output template