Explorar el Código

adding global declaration for set_my_language

tokul hace 21 años
padre
commit
eb784ac89f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      functions/auth.php

+ 1 - 1
functions/auth.php

@@ -43,7 +43,7 @@ function is_logged_in() {
         return;
     } else {
         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
          *  information-loss.