Fix mixed use of message ID list (#2859)
[squirrelmail.git] / functions / decode / iso_8859_5.php
index 32a30851f42c3fab4f7e1efb58fee7720077fd47..83fe9272de2f9d0140fd900817b3a4b3175ab186 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-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