FIXME
[squirrelmail.git] / functions / encode / iso_8859_15.php
index 8d228bc45e43106e286dc07ac9b67fb0d21debd9..a2db358a6a8d8b86bb40c85ca89a7ef2bd80398b 100644 (file)
@@ -6,7 +6,7 @@
  * takes a string of unicode entities and converts it to a iso-8859-15 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
@@ -145,4 +145,3 @@ function unicodetoiso885915($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file