From 852b59d249d5c4daccba966dbcf60a2b8ee6b168 Mon Sep 17 00:00:00 2001 From: alex-brainstorm Date: Fri, 4 Jul 2003 22:28:28 +0000 Subject: [PATCH] one more notice git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5216 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.php b/src/search.php index 934d13b0..cf918461 100644 --- a/src/search.php +++ b/src/search.php @@ -535,7 +535,7 @@ function asearch_print_form($imapConnection, $boxes, $mailbox_array, $biop_array $mailbox = ''; for ($row_num = 0; $row_num < $row_count; $row_num++) { /* Keep the last non-empty mailbox as default choice */ - if (strip_tags($mailbox_array[$row_num]) != '') + if (strip_tags(asearch_nz($mailbox_array[$row_num])) != '') $mailbox = strip_tags($mailbox_array[$row_num]); if ($mailbox == '') $mailbox = $boxes[0]['unformatted']; -- 2.25.1