* Fixed my typo
[squirrelmail.git] / src / left_main.php
index cf284a2d1dedc47f0f97cc77219b3ffaa9a9eb83..d80fdd781590391ca48b72dd392d791c4aa2c709 100644 (file)
       $line = "";
       $mailbox = $boxes[$i]["formatted"];
       
-      if (in_array('noselect', $boxes[$i]['flags']) {
+      if (in_array('noselect', $boxes[$i]['flags'])) {
          $line .= "<FONT COLOR=\"$color[10]\">";
          $line .= replace_spaces($mailbox);
          $line .= '</FONT>';