Fix sqauth_read_password() for plugins running on the login_verified hook when the...
[squirrelmail.git] / functions / decode / iso_8859_13.php
index c1fce27ce2fa9fbf002f3ad5e5613924c8958a87..cd785cd1cef36968021c05fb9dedd1a4382c7130 100644 (file)
@@ -33,7 +33,7 @@
  *  internal or external distribution as long as this notice remains
  *  attached.
  *
- * @copyright © 2003-2006 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
@@ -153,5 +153,3 @@ function charset_decode_iso_8859_13 ($string) {
 
     return $string;
 }
-
-?>
\ No newline at end of file