From 324944f3329b99e527f12c65e4a0e1358e8f180a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 7 Nov 2010 18:14:48 +0300 Subject: implement per-user timezone support; store dates in UTC internally (closes #254) --- prefs.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'prefs.php') diff --git a/prefs.php b/prefs.php index 416089698..756a23fe1 100644 --- a/prefs.php +++ b/prefs.php @@ -10,6 +10,8 @@ $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME); + init_connection($link); + login_sequence($link); $dt_add = get_script_dt_add(); -- cgit v1.2.3-54-g00ecf