summaryrefslogtreecommitdiffstats
path: root/db.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2007-12-16 23:50:35 +0100
committerArun Persaud <arun@nubati.net>2007-12-16 23:57:06 +0100
commitacf6c5f97944366952e6b373a4d59cecd08b658e (patch)
tree2d1195259980d4535b864a18c261fc28c9ddced4 /db.php
parent4bf0b36ac7341753904f82dbc6b90cae59dc2b53 (diff)
downloade-DoKo-acf6c5f97944366952e6b373a4d59cecd08b658e.tar.gz
e-DoKo-acf6c5f97944366952e6b373a4d59cecd08b658e.tar.bz2
e-DoKo-acf6c5f97944366952e6b373a4d59cecd08b658e.zip
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.
Diffstat (limited to 'db.php')
-rw-r--r--db.php2
1 files changed, 1 insertions, 1 deletions
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)