From c75490c1b4ee2e2f88b44d0143e70898ba1607e3 Mon Sep 17 00:00:00 2001 From: indiri69 Date: Fri, 3 Dec 2004 18:24:26 +0000 Subject: [PATCH] Close the form. Otherwise selecting all results from one mailbox will select them from all the ones below as well. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8408 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 7d276868..088576bd 100644 --- a/src/search.php +++ b/src/search.php @@ -921,7 +921,7 @@ function asearch_print_mailbox_msgs($imapConnection, &$aMailbox, $color) { mail_message_listing_end($cnt, '', $msg_cnt_str); echo ''; - echo ''; + echo ''; } /** -- 2.25.1