Ensure that hash directory computation is the same on both 32 and 64 bit architecture...
[squirrelmail.git] / functions / decode / iso_8859_7.php
index fce16829a19a1845427a72c932bd7ed0ff739e21..3431793600ff10936495e908237898a3335f3c07 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-2006 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