Ensure that hash directory computation is the same on both 32 and 64 bit architecture...
[squirrelmail.git] / functions / decode / cp1258.php
index 6b5e240563aea9d2f3f355ef6e25b5617c69ed66..d6a7a5c6ff1f5b45636f845d25b8e528d0ca2685 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
@@ -168,5 +168,3 @@ function charset_decode_cp1258 ($string) {
 
     return $string;
 }
-
-?>
\ No newline at end of file