Forgot @since info for sqsetcookie
[squirrelmail.git] / functions / encode / cp1251.php
index a9a0ec01da678b6aba617600d3a2cfb44663a73f..fbda9ef7ff0c7e8a7c41a9a26c63f32b3a3d211a 100644 (file)
@@ -6,7 +6,7 @@
  * takes a string of unicode entities and converts it to a cp1251 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
@@ -176,4 +176,3 @@ function unicodetocp1251($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file