Fix XSS problem with unsanitized style tags in messages [CVE-2011-2023]
[squirrelmail.git] / include / timezones.php
index 247adbfc880941e130b6da31b14c305d474b2be9..5df5ca5641fd233d4a9d3a9560b1641cdeeb3aed 100644 (file)
@@ -13,7 +13,7 @@
  * Both subkeys are optional. If they are not present, time zone
  * key name is used.
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2011 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -87,4 +87,3 @@ function sq_get_tz_key($sTZ) {
         return false;
     }
 }
-?>
\ No newline at end of file