Add option that allows users to have replies to their own messages sent to the recipi...
[squirrelmail.git] / functions / decode / us_ascii.php
index da2effa677e73279482a85d173f066cb0f63a809..93597ce1f32ef30d5c119397ebabcaf413e9ef60 100644 (file)
@@ -8,7 +8,7 @@
  *
  * Function replaces all 8bit symbols with '?' marks
  *
- * @copyright © 2004-2005 The SquirrelMail Project Team
+ * @copyright 2004-2012 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