Correct documentation
[squirrelmail.git] / functions / decode / cp866.php
index 4e4c0569e3b08f4a6495cf8001f68d689341b12c..cfb4f820da03b59f7e21a274ba48c8b68fe5aefd 100644 (file)
@@ -18,7 +18,7 @@
                    K.D. Chang    <a-kchang@microsoft.com>
     The entries are in cp866_DOSCyrillicRussian order
  *
- * @copyright &copy; 2003-2006 The SquirrelMail Project Team
+ * @copyright &copy; 2003-2009 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -169,4 +169,4 @@ function charset_decode_cp866 ($string) {
     $string = str_replace(array_keys($cp866), array_values($cp866), $string);
 
     return $string;
-}
\ No newline at end of file
+}