From 05acb03b9d593a2b54e921e569c6a30a22dd2c82 Mon Sep 17 00:00:00 2001 From: tokul Date: Tue, 18 May 2004 13:01:07 +0000 Subject: [PATCH] adding global declaration for set_my_language git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7483 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/auth.php b/functions/auth.php index f33904f9..606bbe32 100644 --- a/functions/auth.php +++ b/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. -- 2.25.1