From dc2e2f8a8045674363322242feff663195c87659 Mon Sep 17 00:00:00 2001 From: fidian Date: Tue, 6 Feb 2001 20:40:12 +0000 Subject: [PATCH] * Fixed my typo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1066 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/left_main.php b/src/left_main.php index cf284a2d..d80fdd78 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -138,7 +138,7 @@ $line = ""; $mailbox = $boxes[$i]["formatted"]; - if (in_array('noselect', $boxes[$i]['flags']) { + if (in_array('noselect', $boxes[$i]['flags'])) { $line .= ""; $line .= replace_spaces($mailbox); $line .= ''; -- 2.25.1