fix typo in address group.
[squirrelmail.git] / src / search.php
index 7d276868a57410750c5c339e1be404d3e2e15222..934ff4913c592a52bfc1b682f8293c8bb1f3cf4e 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * search.php
  *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
+ * Copyright (c) 1999-2005 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * IMAP search page
@@ -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>';
 }
 
 /**
@@ -1493,4 +1493,4 @@ do_hook('search_bottom');
 sqimap_logout($imapConnection);
 echo '</body></html>';
 sqsession_register($mailbox_cache,'mailbox_cache');
-?>
+?>
\ No newline at end of file