]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_other.php
More double- to single-quotes rewritten
[mailer.git] / inc / modules / admin / what-config_other.php
index a782adfec67f382e41e4898cceb9c59f329492f4..66698b57ca7a0b59c63da7a5a47c88ab84cc0d2a 100644 (file)
@@ -38,7 +38,7 @@
 
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 } elseif (!EXT_IS_ACTIVE('other')) {
        // Missing extension!
@@ -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 {