Close the form. Otherwise selecting all results from one mailbox will select them...
authorindiri69 <indiri69@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 3 Dec 2004 18:24:26 +0000 (18:24 +0000)
committerindiri69 <indiri69@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 3 Dec 2004 18:24:26 +0000 (18:24 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8408 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/search.php

index 7d276868a57410750c5c339e1be404d3e2e15222..088576bdda26bb485d755c0c15df2e571ab4b841 100644 (file)
@@ -921,7 +921,7 @@ function asearch_print_mailbox_msgs($imapConnection, &$aMailbox, $color) {
     mail_message_listing_end($cnt, '', $msg_cnt_str);
     echo '</td></tr>';
 
-    echo '</table>';
+    echo '</table></form>';
 }
 
 /**