in sqgetGlobalVar, reset $value if it is not found.
[squirrelmail.git] / functions / imap_search.php
index 0769993c1861660aa4703dbef9587f203d447f23..7794caa68438c069704fcce8683bb0e422e6f170 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * imap_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 routines
@@ -120,6 +120,4 @@ function sqimap_search($imapConnection, $search_where, $search_what, $mailbox,
     return $msgs;
 }
 
-
-
-?>
+?>
\ No newline at end of file