From 7b7ce8c591a0c5db98cfdea789f2d72a3bbaff3c Mon Sep 17 00:00:00 2001 From: cosworth Date: Tue, 20 Feb 2001 16:22:16 +0000 Subject: [PATCH] $just_logged_in need to be set to 1 not 0. This kept the $motd from ever showing, it also broke my patch for auto recreating Trash and Sent folders. I don't believe it affect anything else. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1144 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/webmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webmail.php b/src/webmail.php index ae497bad..37ac05da 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -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"; } -- 2.25.1