Ensure that hash directory computation is the same on both 32 and 64 bit architecture...
[squirrelmail.git] / functions / decode / iso_8859_1.php
index 8675c99fba12f024f332f97bfe24e6c50c934a18..f75c29567e11e806782acd3d3c007c9a0fbcec5d 100644 (file)
@@ -31,5 +31,3 @@ function charset_decode_iso_8859_1 ($string) {
     $string = preg_replace("/([\241-\377])/e","'&#' . ord('\\1') . ';'",$string);
     return $string;
 }
-
-?>
\ No newline at end of file