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) --- tt-rss.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tt-rss.php') diff --git a/tt-rss.php b/tt-rss.php index f41d42239..2dbf78b7d 100644 --- a/tt-rss.php +++ b/tt-rss.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