Forgot @since info for sqsetcookie
[squirrelmail.git] / functions / encode / us_ascii.php
index efa9638aebfb598b8e8474977a21e6f287da1f87..bc399474da11ad02d40b242195cfe07c36f001fe 100644 (file)
@@ -6,7 +6,7 @@
  * takes a string of unicode entities and converts it to a us-ascii encoded string
  * Unsupported characters are replaced with ?.
  *
- * @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
@@ -48,4 +48,3 @@ function unicodetousascii($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file