Add option to ask users for personal information on first login.
[squirrelmail.git] / functions / htmlentities / iso-8859-1.php
index 5c0fa6a80e26d71b4a4b4effa671017a0f8b30a0..da98a7fb45514197e4e195df54552424293bdd71 100644 (file)
@@ -1,8 +1,9 @@
 <?php
+
 /**
  * iso-8859-1 html entities table
  *
- * @copyright (c) 2004-2005 The SquirrelMail development team
+ * @copyright &copy; 2004-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -106,4 +107,3 @@ $sq_html_ent_table = array_merge($sq_html_ent_table,
               "\xFE" => '&thorn;',
               "\xFF" => '&yuml;')
                 );
-?>