$just_logged_in need to be set to 1 not 0. This kept the $motd from ever showing...
authorcosworth <cosworth@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 20 Feb 2001 16:22:16 +0000 (16:22 +0000)
committercosworth <cosworth@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 20 Feb 2001 16:22:16 +0000 (16:22 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1144 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/webmail.php

index ae497bad6a0fb1c47936ffee559b987dbe1e6c2e..37ac05da50d859df448deccd3adb06a3d5a25262 100644 (file)
@@ -90,7 +90,7 @@
    } else if ($right_frame == 'folders.php') {
       $right_frame_url = 'folders.php';
    } else {
-      if (!isset($just_logged_in)) $just_logged_in = 0;
+      if (!isset($just_logged_in)) $just_logged_in = 1;
       $right_frame_url = "right_main.php?just_logged_in=$just_logged_in";
    }