]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_autopurge.php
config.php partly solved, see #117
[mailer.git] / inc / modules / admin / what-config_autopurge.php
index e980c5747f1f7883b1f10d1f1544edf06fdfc08c..77ae1fa39ead86ff6c3582992b618e52b803f6db 100644 (file)
@@ -71,11 +71,11 @@ if (IS_FORM_SENT()) {
        // Mail confirmation links
        define('_CFG_AUTO_PURGE', createTimeSelections(getConfig('auto_purge'), "auto_purge", "MWD"));
        if (getConfig('auto_purge_active') != 'Y') {
-               define('_CFG_AP_ACTIVE_N', ' chkecked="checked"');
+               define('_CFG_AP_ACTIVE_N', ' checked="checked"');
                define('_CFG_AP_ACTIVE_Y', '');
        } else {
                define('_CFG_AP_ACTIVE_N', '');
-               define('_CFG_AP_ACTIVE_Y', ' chkecked="checked"');
+               define('_CFG_AP_ACTIVE_Y', ' checked="checked"');
        }
 
        // Output template