fix duplicate htmlspecialchars of $sTmp; this comes straight from
[squirrelmail.git] / functions / encode / us_ascii.php
index 5f43ccf9960dfac290cde7c0dc1e332db320e6b5..bc399474da11ad02d40b242195cfe07c36f001fe 100644 (file)
@@ -1,12 +1,14 @@
 <?php
+
 /**
  * us_ascii encoding functions
  *
  * takes a string of unicode entities and converts it to a us-ascii encoded string
  * Unsupported characters are replaced with ?.
  *
+ * @copyright &copy; 2004-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
- * @copyright Copyright &copy; 2004-2005 The SquirrelMail Project Team
  * @package squirrelmail
  * @subpackage encode
  */
@@ -46,4 +48,3 @@ function unicodetousascii($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file