Fix plugin names showing up as "INCOMPATIBLE" on configtest list
[squirrelmail.git] / functions / encode / cp1256.php
index 3c36580ab66ed9d7059ab91ca4810004906f0674..19acb29f75917674ae61ceea405c36984c54002d 100644 (file)
@@ -1,12 +1,14 @@
 <?php
+
 /**
  * cp1256 encoding functions
  *
  * takes a string of unicode entities and converts it to a cp1256 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
  */
@@ -175,4 +177,3 @@ function unicodetocp1256($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file