From: <pdo...@us...> - 2021-01-16 09:45:39
|
Revision: 14882 http://sourceforge.net/p/squirrelmail/code/14882 Author: pdontthink Date: 2021-01-16 09:45:33 +0000 (Sat, 16 Jan 2021) Log Message: ----------- Typo fix Modified Paths: -------------- trunk/squirrelmail/functions/imap_mailbox.php Modified: trunk/squirrelmail/functions/imap_mailbox.php =================================================================== --- trunk/squirrelmail/functions/imap_mailbox.php 2021-01-16 09:42:31 UTC (rev 14881) +++ trunk/squirrelmail/functions/imap_mailbox.php 2021-01-16 09:45:33 UTC (rev 14882) @@ -857,7 +857,7 @@ $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; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |