Avoid E_STRICT errors
[squirrelmail.git] / functions / rfc822address.php
index f800157b062d80ead420e97848eaede7dfa02575..c8d915bebbd4602ba2f8091ac8952344d5019a81 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Contains rfc822 email address function parsing functions.
  *
- * @copyright © 2004-2005 The SquirrelMail Project Team
+ * @copyright © 2004-2007 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -406,4 +406,3 @@ function _getAddressTokens($address) {
     }
     return $aTokens;
 }
-?>
\ No newline at end of file