Fix: Messages forwarded as attachments from message list were not getting flagged...
[squirrelmail.git] / functions / decode / iso_8859_2.php
index 2522ec2e46ac684f3503ee17c38998717137ce6c..f2ed9f0854c1b0db7116c97d2c4a2323b38308ee 100644 (file)
@@ -33,7 +33,7 @@
  *  internal or external distribution as long as this notice remains
  *  attached.
  *
- * @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
@@ -153,4 +153,3 @@ function charset_decode_iso_8859_2 ($string) {
 
     return $string;
 }
-?>
\ No newline at end of file