Anchor the regexp. Thanks Thijs Kinkhorst.
[squirrelmail.git] / functions / decode / cp1257.php
index cb72e34deae5414a77099e448524e64b2639c5cf..b0e632b189955b0e487ebaa42a46fd1de690803e 100644 (file)
@@ -16,7 +16,7 @@
  *  Date:          04/15/98
  *  Contact:       cpxlate@microsoft.com
  *
- * @copyright © 2003-2005 The SquirrelMail Project Team
+ * @copyright © 2003-2009 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -156,5 +156,3 @@ function charset_decode_cp1257 ($string) {
 
     return $string;
 }
-
-?>
\ No newline at end of file