More globals rewritten, see ticket #100
[mailer.git] / inc / modules / login.php
index 6e8193a4b3be651b6db7264d08faddb43b238bbf..f06e6bac8f27d1f8e133a96a5b33d4a31630786d 100644 (file)
@@ -48,10 +48,10 @@ if (!defined('__SECURITY')) {
 
 if ($status != "CONFIRMED") {
        // If the status is different than confirmed move the user away from here
 
 if ($status != "CONFIRMED") {
        // If the status is different than confirmed move the user away from here
-       $ERROR = GEN_ERROR_CODE_FROM_ACCOUNT_STATUS($status);
+       $errorCode = GEN_ERROR_CODE_FROM_ACCOUNT_STATUS($status);
 
        // Load URL
 
        // Load URL
-       LOAD_URL("modules.php?module=index&what=login&login=".$ERROR);
+       LOAD_URL("modules.php?module=index&what=login&login=".$errorCode);
 } // END - if
 
 // Load adverstising template
 } // END - if
 
 // Load adverstising template