Add option that allows users to have replies to their own messages sent to the recipi...
[squirrelmail.git] / functions / decode / cp1251.php
index 590e662f73f8fb70f242eeb341fe8198bc2f8167..d3b10bab51596fa54bedb7754e94b83644c8a204 100644 (file)
@@ -16,7 +16,7 @@
  *   Date:          04/15/98
  *   Contact:       cpxlate@microsoft.com
  *
- * @copyright © 2003-2006 The SquirrelMail Project Team
+ * @copyright 2003-2012 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -168,5 +168,3 @@ function charset_decode_cp1251 ($string) {
 
     return $string;
 }
-
-?>
\ No newline at end of file