Fix sqauth_read_password() for plugins running on the login_verified hook when the...
[squirrelmail.git] / functions / decode / cp1254.php
index 1203957e5c5c116caffe61379bdd449864844050..44b1e5c472ad62674d55cc18cfd25c72400b31fe 100644 (file)
@@ -16,7 +16,7 @@
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
  *
- * @copyright © 2003-2005 The SquirrelMail Project Team
+ * @copyright 2003-2010 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