Forgot @since info for sqsetcookie
[squirrelmail.git] / functions / encode / iso_8859_2.php
index 2a2cf52647d2f3b7617b1c33b5c8436e00f7934e..a4f784c8b68d1ed6e2a087bc2fd4c7f8c4b02c92 100644 (file)
@@ -1,12 +1,14 @@
 <?php
+
 /**
  * iso-8859-2 encoding functions
  *
  * takes a string of unicode entities and converts it to a iso-8859-2 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
  */
@@ -144,4 +146,3 @@ function unicodetoiso88592($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file