Show real values for error settings
[squirrelmail.git] / functions / encode / iso_8859_9.php
index 689a073caaa68f0c60618b1d3da107bc700a51ad..27fe6d9899e3e3b553cafa7d0f683d7d96555dd5 100644 (file)
@@ -6,7 +6,7 @@
  * takes a string of unicode entities and converts it to a iso-8859-9 encoded string
  * Unsupported characters are replaced with ?.
  *
- * @copyright © 2004-2006 The SquirrelMail Project Team
+ * @copyright © 2004-2009 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -146,4 +146,3 @@ function unicodetoiso88599($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file