What good is just_logged_in if we dont put it in the session... fixes MOTD.
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 5 Jul 2003 19:11:25 +0000 (19:11 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 5 Jul 2003 19:11:25 +0000 (19:11 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5219 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/right_main.php

index eb5730d6b603db2f009ad6066443c3a7490ee5a8..bcac251087f5a72875494e6a7635ead7a375efed 100644 (file)
@@ -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',