Add error handling to abook db lookups
[squirrelmail.git] / functions / imap_utf7_local.php
index 60874a1c64c02b6d58b296ee4450f6b3697b3995..8c96dc828cb079d6cbf12360d7a5461e55ae120d 100644 (file)
@@ -7,7 +7,7 @@
  * Before 1.3.2 functions were stored in imap_utf7_decode_local.php and
  * imap_utf7_encode_local.php files.
  *
- * @copyright © 1999-2005 The SquirrelMail Project Team
+ * @copyright © 1999-2007 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -250,5 +250,3 @@ function decodeBASE64($s) {
     }
     return $d;
 }
-
-?>
\ No newline at end of file