fixed warning and improved url () filtering
[squirrelmail.git] / functions / imap_asearch.php
index f8653dde82b4944f4eaaa7fb2374b4a8099ddcba..dbea4d6a92a5b09d931ff05ed4e61474ddb6b3da 100644 (file)
@@ -3,19 +3,18 @@
 /**
  * imap_search.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * IMAP asearch routines
  *
  * Subfolder search idea from Patch #806075 by Thomas Pohl xraven at users.sourceforge.net. Thanks Thomas!
  *
+ * @author Alex Lemaresquier - Brainstorm <alex at brainstorm.fr>
+ * @copyright &copy; 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage imap
  * @see search.php
  * @link http://www.ietf.org/rfc/rfc3501.txt
- * @author Alex Lemaresquier - Brainstorm - alex at brainstorm.fr
  */
 
 /** This functionality requires the IMAP and date functions
@@ -176,7 +175,7 @@ function asearch_unhtmlentities($string) {
  * @global bool imap_asearch_debug_dump
  * @param string $var_name
  * @param string $var_var
- * @deprecated contains workarounds for 1.4.0 and older code. 
+ * @deprecated contains workarounds for 1.4.0 and older code.
  *   code without workarounds uses regular sm 1.4.2+ functions.
  *   it is not compatible with 1.4.1
  * @todo remove debugging function