From 8e7dcd9f64dc849e854c3ba96d7e138854bc134b Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sat, 16 Jan 2021 09:45:33 +0000 Subject: [PATCH] Typo fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14882 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_mailbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/imap_mailbox.php b/functions/imap_mailbox.php index 2da924bb..774d90e3 100755 --- a/functions/imap_mailbox.php +++ b/functions/imap_mailbox.php @@ -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; -- 2.25.1