Add option to ask users for personal information on first login.
[squirrelmail.git] / functions / imap_utf7_local.php
index 83a930996ed9d7991a5d349fee93bea59c36b3dd..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-2006 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