Move HTML output from compose.php to templates. Also fixes broken send functionality...
[squirrelmail.git] / functions / decode / cp866.php
index 05dba270a7783b1ab984153a1d466965d7d10582..23d87c4a7f8099027120ca56d1c32738ef243b80 100644 (file)
@@ -18,7 +18,7 @@
                    K.D. Chang    <a-kchang@microsoft.com>
     The entries are in cp866_DOSCyrillicRussian order
  *
- * @copyright &copy; 2003-2005 The SquirrelMail Project Team
+ * @copyright &copy; 2003-2006 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
+}