A lot rewrites from double-quote to single-quote, some fixes for extension handling...
[mailer.git] / inc / modules / member / what-logout.php
index 7571378573ccbc53e0b690f3ad7bb6055e6e88bd..c1b9dc97c605212d98285c7315920c1584b84288 100644 (file)
@@ -41,7 +41,7 @@ if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 } elseif (!IS_MEMBER()) {
-       LOAD_URL("modules.php?module=index");
+       LOAD_URL('modules.php?module=index');
 }
 
 // Base URL for redirection (both cases)
@@ -49,7 +49,7 @@ $URL = "modules.php?module=index&msg=";
 
 if (destroy_user_session()) {
        // Remove theme cookie as well
-       set_session("mxchange_theme", "");
+       set_session("mxchange_theme", '');
 
        // Logout completed
        $URL .= getCode('LOGOUT_DONE');