From: fidian Date: Tue, 6 Feb 2001 20:40:12 +0000 (+0000) Subject: * Fixed my typo X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=dc2e2f8a8045674363322242feff663195c87659 * Fixed my typo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1066 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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 .= '';