Browse Source

adding global declaration for set_my_language

tokul 21 years ago
parent
commit
eb784ac89f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/auth.php

+ 1 - 1
functions/auth.php

@@ -43,7 +43,7 @@ function is_logged_in() {
         return;
         return;
     } else {
     } else {
         global $PHP_SELF, $session_expired_post, 
         global $PHP_SELF, $session_expired_post, 
-	       $session_expired_location;
+	       $session_expired_location, $squirrelmail_language;
 
 
         /*  First we store some information in the new session to prevent
         /*  First we store some information in the new session to prevent
          *  information-loss.
          *  information-loss.