Moving function to its rightful place
[squirrelmail.git] / functions / decode / ns_4551_1.php
index 00a4b33ffb08074200a1f444b70fa3f205e2571b..8c6a889a7c00bdb40dc983bff6c84aac0a7152a2 100644 (file)
@@ -9,7 +9,7 @@
  * This is the same as ISO-646-NO and is used by some
  * Microsoft programs when sending Norwegian characters
  *
- * @copyright © 2004-2005 The SquirrelMail Project Team
+ * @copyright © 2004-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -32,4 +32,3 @@ function charset_decode_ns_4551_1 ($string) {
      */
     return strtr ($string, "[\\]{|}", "ÆØÅæøå");
 }
-?>
\ No newline at end of file