Fix simple E_STRICT notice
[squirrelmail.git] / functions / decode / iso_8859_7.php
index fce16829a19a1845427a72c932bd7ed0ff739e21..1f8776af6cf38b16111073b238389401c8f9184b 100644 (file)
@@ -33,7 +33,7 @@
  *  internal or external distribution as long as this notice remains
  *  attached.
  *
- * @copyright © 2003-2005 The SquirrelMail Project Team
+ * @copyright 2003-2012 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -147,4 +147,3 @@ function charset_decode_iso_8859_7 ($string) {
 
     return $string;
 }
-?>
\ No newline at end of file