Fix mixed use of message ID list (#2859)
[squirrelmail.git] / functions / decode / iso_8859_5.php
index 7272e8dec3de1ff8c6a5eb200475032d2b9f6389..83fe9272de2f9d0140fd900817b3a4b3175ab186 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-2021 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_5 ($string) {
 
     return $string;
 }
-?>
\ No newline at end of file