Typo fix
[squirrelmail.git] / functions / imap_mailbox.php
index 2da924bb1527eee2886094879cd31991fa819e9c..774d90e39b1f37ea3af4909dcf900198fec419cc 100755 (executable)
@@ -857,7 +857,7 @@ function sqimap_mailbox_option_list($imap_stream, $show_selected = 0, $folder_sk
         $lowerbox = strtolower(sm_encode_html_special_chars($value));
         $sel = false;
         if ($show_selected != 0) {
-            foreach ($show_selected as $val)) {
+            foreach ($show_selected as $val) {
                 if (strtolower($value) == strtolower(sm_encode_html_special_chars($val))) {
                     $sel = true;
                     break;