Forgot @since info for sqsetcookie
[squirrelmail.git] / functions / encode / koi8_u.php
index f3307dea6adc21b424e6ae2ca669fc4bcd830df5..a70c515319f087bbe01375e6892ed651550ff09b 100644 (file)
@@ -6,7 +6,7 @@
  * takes a string of unicode entities and converts it to a koi8-u 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 unicodetokoi8u($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file