add labels to login page
[squirrelmail.git] / functions / encode / cp1251.php
index 7e04c4f4f68bbced209b1a463ba92299c9e6de8a..9a485262c3847cbe7fb92d21b5652f5a2741e0cd 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-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
@@ -176,4 +176,3 @@ function unicodetocp1251($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file