From: indiri69 Date: Fri, 3 Dec 2004 18:24:26 +0000 (+0000) Subject: Close the form. Otherwise selecting all results from one mailbox will select them... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c75490c1b4ee2e2f88b44d0143e70898ba1607e3;p=squirrelmail.git 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 --- 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 ''; } /**