test
[squirrelmail.git] / functions / encode / iso_8859_1.php
index 23d817671b532405ae2a99da011e339761e76453..48271728a2568970a7220c08e1ce94d90abc1f98 100644 (file)
@@ -6,7 +6,7 @@
  * takes a string of unicode entities and converts it to a iso-8859-1 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 unicodetoiso88591($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file