Properly construct Return-Receipt-To header
[squirrelmail.git] / functions / encode / cp1256.php
index da5f4683350ef2a0cebb144c165b3967510b1f22..19acb29f75917674ae61ceea405c36984c54002d 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-2005 The SquirrelMail Project Team
+ * @copyright © 2004-2006 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