Browse Source

Hey!!! Who stole the form ???

philippe_mingo 23 years ago
parent
commit
1d937f60b7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/search.php

+ 2 - 1
src/search.php

@@ -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>';
 
-?>
+?>