From acf6c5f97944366952e6b373a4d59cecd08b658e Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 16 Dec 2007 23:50:35 +0100 Subject: LAYOUT: last login and logout text where displayed incorrectly sometimes in a previous commit I moved those tings to the output_header function. Turns out you can't do that, so here is the fix. --- db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db.php') diff --git a/db.php b/db.php index 54f5706..39ab45c 100644 --- a/db.php +++ b/db.php @@ -609,7 +609,7 @@ function DB_get_user_timezone($userid) if($r) return $r[0]; else - return 0; + return "Europe/London"; } function DB_insert_comment($comment,$playid,$userid) -- cgit v1.2.3-18-g5258