From dd2a2e15d849e8f6a2419b93a01030485ce65fd2 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sat, 5 Jul 2003 19:11:25 +0000 Subject: [PATCH] What good is just_logged_in if we dont put it in the session... fixes MOTD. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5219 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/right_main.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/right_main.php b/src/right_main.php index eb5730d6..bcac2510 100644 --- a/src/right_main.php +++ b/src/right_main.php @@ -161,6 +161,7 @@ if (isset($note)) { if ( sqgetGlobalVar('just_logged_in', $just_logged_in, SQ_SESSION) ) { if ($just_logged_in == true) { $just_logged_in = false; + sqsession_register($just_logged_in, 'just_logged_in'); if (strlen(trim($motd)) > 0) { echo html_tag( 'table', -- 2.25.1