Fixed broken highlighting form (missing security tokens) (#3381117)
[squirrelmail.git] / functions / encode / iso_8859_2.php
index ff246fb634b64a399b3cb31fe391492ffac924a9..375546d06d5b9c1f2b8e41467389770db3c36351 100644 (file)
@@ -6,7 +6,7 @@
  * takes a string of unicode entities and converts it to a iso-8859-2 encoded string
  * Unsupported characters are replaced with ?.
  *
- * @copyright © 2004-2005 The SquirrelMail Project Team
+ * @copyright 2004-2011 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -146,4 +146,3 @@ function unicodetoiso88592($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file