Getting ready for a 1.2.1 release.
[squirrelmail.git] / functions / imap_search.php
index e1cc1de2739d80563af70621c2acced5b1f7e998..4190597ffca77b500273a3a7bb96ab5939fb211f 100644 (file)
@@ -1,14 +1,14 @@
 <?php
 
 /**
- *   imap_search.php
+ * imap_search.php
  *
- *   Copyright (c) 1999-2001 The Squirrelmail Development Team
- *   Licensed under the GNU GPL. For full terms see the file COPYING.
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
- *   IMAP search routines
+ * IMAP search routines
  *
- *  $Id$
+ * $Id$
  */
 
 require_once('../functions/imap.php');
@@ -159,4 +159,4 @@ function sqimap_search($imapConnection,$search_where,$search_what,$mailbox,$colo
     }
 }
 
-?>
\ No newline at end of file
+?>