Account for servers that send extra unsolicited FETCH responses (such as when flags...
[squirrelmail.git] / include / timezones.php
index bf1aa06c192f629f2c809d44ee01a1644a27c0f9..6a3f3cc5abb5d4416cdc6ea69d5b1ef5d4368cd6 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 /**
  * SquirrelMail Time zone functions
  *
@@ -12,6 +13,9 @@
  * Both subkeys are optional. If they are not present, time zone
  * key name is used.
  *
+ * @copyright 1999-2012 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
  * @package squirrelmail
  * @subpackage timezones
  */
@@ -83,4 +87,3 @@ function sq_get_tz_key($sTZ) {
         return false;
     }
 }
-?>
\ No newline at end of file