Hey!!! Who stole the form ???
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 1 Feb 2002 08:26:20 +0000 (08:26 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 1 Feb 2002 08:26:20 +0000 (08:26 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2333 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/search.php

index fee0687534ce37353cdd7683ba896658112ccc71..7245baa2d39df690268bb9bf12e83893b04a910a 100644 (file)
@@ -286,6 +286,7 @@ if ($recent_count > 0) {
 
 /* Search Form */
 echo '<B>Current Search</B>'
+   . '<FORM ACTION="search.php" NAME=s>'
    . '   <TABLE WIDTH="95%" CELLPADDING=0 CELLSPACING=0>'
    . '     <TR>'
    . '       <TD><SELECT NAME="mailbox">';
@@ -379,4 +380,4 @@ do_hook("search_bottom");
 sqimap_logout ($imapConnection);
 echo '</body></html>';
 
-?>
+?>
\ No newline at end of file