]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_autopurge.php
A lot rewrites from double-quote to single-quote, some fixes for extension handling...
[mailer.git] / inc / modules / admin / what-config_autopurge.php
index 2e33d729ac9f0eaf2e6e7851f0d907b870d6ec86..92ecc56c9f70a20df2fc7121b331f8f8a65fe721 100644 (file)
@@ -43,7 +43,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 }
 
 // Add description as navigation point
 }
 
 // Add description as navigation point
-ADD_DESCR("admin", __FILE__);
+ADD_DESCR('admin', __FILE__);
 
 if (IS_FORM_SENT()) {
        // Data was submitted so we store it
 
 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") {
        // 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 {
        } 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
        }
 
        // Output template