]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/login.php
Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / inc / modules / login.php
index 604139d9cccfd7593319ff51a80dcf0f92877fe1..6e8193a4b3be651b6db7264d08faddb43b238bbf 100644 (file)
@@ -42,7 +42,7 @@ if (!defined('__SECURITY')) {
        require($INC);
 } elseif (!IS_MEMBER()) {
        $URL = "modules.php?module=index";
-       if ($check == "mem_only") $URL .= "&msg=".urlencode(LANG_MEM_ONLY_1.$GLOBALS['module'].LANG_MEM_ONLY_2);
+       if ($check == "mem_only") $URL .= "&msg=".getCode('MODULE_MEM_ONLY')."&mod=".$GLOBALS['module'];
        LOAD_URL($URL);
 }