Ensure that hash directory computation is the same on both 32 and 64 bit architecture...
[squirrelmail.git] / functions / decode / cp1257.php
index cb72e34deae5414a77099e448524e64b2639c5cf..1bd2144312094f648499e271c8f539a8c8b9146a 100644 (file)
@@ -16,7 +16,7 @@
  *  Date:          04/15/98
  *  Contact:       cpxlate@microsoft.com
  *
- * @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
@@ -156,5 +156,3 @@ function charset_decode_cp1257 ($string) {
 
     return $string;
 }
-
-?>
\ No newline at end of file