Add PHP5-style constructor
[squirrelmail.git] / functions / decode / cp1254.php
index 8b2f4be78994e6fd0d16859fce223adbdb3cfa44..62aa421be671a13ed219827dbb12b5fd629265c6 100644 (file)
@@ -16,7 +16,7 @@
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
  *
- * @copyright © 2003-2006 The SquirrelMail Project Team
+ * @copyright 2003-2016 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -168,5 +168,3 @@ function charset_decode_cp1254 ($string) {
 
     return $string;
 }
-
-?>
\ No newline at end of file