Forgot @since info for sqsetcookie
[squirrelmail.git] / functions / encode / cp1251.php
index 5f1553738380b1b5119cab934e5d8af2f352d9f5..fbda9ef7ff0c7e8a7c41a9a26c63f32b3a3d211a 100644 (file)
@@ -1,12 +1,14 @@
 <?php
+
 /**
  * cp1251 encoding functions
  *
  * takes a string of unicode entities and converts it to a cp1251 encoded string
  * Unsupported characters are replaced with ?.
  *
+ * @copyright &copy; 2004-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
- * @copyright Copyright &copy; 2004-2005 The SquirrelMail Project Team
  * @package squirrelmail
  * @subpackage encode
  */
@@ -174,4 +176,3 @@ function unicodetocp1251($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file