The use of 'user' as a column name no longer causes errors in SquirrelMail/PostgreSQL
[squirrelmail.git] / include / timezones.php
index 2dda0e96df623d5139e181ab98ecbf3167a80a8d..0a4ba6fc836d450d150a45972885595d8419ea1d 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 /**
  * SquirrelMail Time zone functions
  *
  * Both subkeys are optional. If they are not present, time zone
  * key name is used.
  *
+ * @copyright 1999-2010 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
  * @package squirrelmail
- * @subpackage timezone
+ * @subpackage timezones
  */
 
 /**
@@ -83,4 +87,3 @@ function sq_get_tz_key($sTZ) {
         return false;
     }
 }
-?>
\ No newline at end of file