Even more rewritten
[mailer.git] / inc / modules / admin / what-config_other.php
index a9a82960839e98a9715bb0e6aefa0835e258b39d..66698b57ca7a0b59c63da7a5a47c88ab84cc0d2a 100644 (file)
@@ -99,7 +99,7 @@ if (IS_FORM_SENT()) {
                define('_CFG_ORDER_MULTI_Y', ' chkecked="checked"');
        }
 
-       if (getConfig('autosend_active') != "Y") {
+       if (getConfig('autosend_active') != 'Y') {
                define('_CFG_AUTOSEND_ACTIVE_N', ' chkecked="checked"');
                define('_CFG_AUTOSEND_ACTIVE_Y', '');
        } else {
@@ -107,7 +107,7 @@ if (IS_FORM_SENT()) {
                define('_CFG_AUTOSEND_ACTIVE_Y', ' chkecked="checked"');
        }
 
-       if (getConfig('send_prof_update') != "Y") {
+       if (getConfig('send_prof_update') != 'Y') {
                define('_CFG_SEND_UPDATE_N', ' chkecked="checked"');
                define('_CFG_SEND_UPDATE_Y', '');
        } else {
@@ -115,7 +115,7 @@ if (IS_FORM_SENT()) {
                define('_CFG_SEND_UPDATE_Y', ' chkecked="checked"');
        }
 
-       if (getConfig('admin_notify') != "Y") {
+       if (getConfig('admin_notify') != 'Y') {
                define('_CFG_ADMIN_NOTIFY_N', ' chkecked="checked"');
                define('_CFG_ADMIN_NOTIFY_Y', '');
        } else {