addrsrch_fullname is already fetched by load_prefs.php
[squirrelmail.git] / functions / htmlentities / iso-8859-1.php
index 2b471f903b9d8c3a380b7a0793460a7cf98843b3..7d85801ed0cb8714000bca486e528ebb870b4381 100644 (file)
@@ -1,8 +1,9 @@
 <?php
+
 /**
  * iso-8859-1 html entities table
  *
- * @copyright (c) 2004-2005 The SquirrelMail development team
+ * @copyright 2004-2011 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;')
                 );
-?>
\ No newline at end of file