Now allow multiple plugins to handle (add links for) a single attachment MIME type
[squirrelmail.git] / functions / encode / cp1256.php
index 31129753ef9afef6937e95020a200e0c4c6325e2..c7e3b8bf5661a109af607fa0fe98e43801fc7d88 100644 (file)
@@ -6,7 +6,7 @@
  * takes a string of unicode entities and converts it to a cp1256 encoded string
  * Unsupported characters are replaced with ?.
  *
- * @copyright © 2004-2006 The SquirrelMail Project Team
+ * @copyright 2004-2010 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -177,4 +177,3 @@ function unicodetocp1256($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file