Ensure that hash directory computation is the same on both 32 and 64 bit architecture...
[squirrelmail.git] / functions / decode / us_ascii.php
index da2effa677e73279482a85d173f066cb0f63a809..ebb381e5d6af34eebeb1e95eb8599c8f9d7dc279 100644 (file)
@@ -8,7 +8,7 @@
  *
  * Function replaces all 8bit symbols with '?' marks
  *
- * @copyright © 2004-2005 The SquirrelMail Project Team
+ * @copyright © 2004-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -34,4 +34,3 @@ function charset_decode_us_ascii ($string) {
     $string = preg_replace("/([\241-\377])/e","'?'",$string);
     return $string;
 }
-?>
\ No newline at end of file