Get screen width dynamically if possible
[squirrelmail.git] / functions / encode / koi8_r.php
index c5dbe9c468037fbf1e5f31d36babb98676f85c91..9293d2642e40cc986624d982f0321e31024f1ead 100644 (file)
@@ -6,7 +6,7 @@
  * takes a string of unicode entities and converts it to a koi8-r 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
@@ -177,4 +177,3 @@ function unicodetokoi8r($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file