]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_autopurge.php
Possible fix for #125, applied fixes from profi-concept's branch
[mailer.git] / inc / modules / admin / what-config_autopurge.php
index e980c5747f1f7883b1f10d1f1544edf06fdfc08c..f0f27c04358b2cd0d97606f9b2f8eb7379520c18 100644 (file)
@@ -45,7 +45,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 // Add description as navigation point
 ADD_DESCR('admin', __FILE__);
 
-if (IS_FORM_SENT()) {
+if (isFormSent()) {
        // Data was submitted so we store it
        ADMIN_SAVE_SETTINGS_POST();
 } else {
@@ -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