A lot rewrites from double-quote to single-quote, some fixes for extension handling...
[mailer.git] / inc / modules / member / what-guest.php
index ab4f138e93f690bc80e38f5f88beaab8c7903873..97fe132352085ca0cb80892e015e50c727a5b75e 100644 (file)
@@ -41,13 +41,13 @@ 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');
 }
 
 // Add description as navigation point
-ADD_DESCR("member", __FILE__);
+ADD_DESCR('member', __FILE__);
 
 // Simply redirect...
-LOAD_URL("modules.php?module=index");
+LOAD_URL('modules.php?module=index');
 //
 ?>