From 5bfb0ba4c2ee23366651e1e38d3964098f99f5cf Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 13 Jan 2011 20:28:33 -0800 Subject: birthday notifications working --- mod/openid.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mod/openid.php') diff --git a/mod/openid.php b/mod/openid.php index 91efbbbc4..2e1025692 100644 --- a/mod/openid.php +++ b/mod/openid.php @@ -72,8 +72,11 @@ function openid_content(&$a) { notice( t("Welcome back ") . $r[0]['username'] . EOL); $a->user = $r[0]; - if(strlen($a->user['timezone'])) + + if(strlen($a->user['timezone'])) { date_default_timezone_set($a->user['timezone']); + $a->timezone = $a->user['timezone']; + } $r = q("SELECT * FROM `contact` WHERE `uid` = %s AND `self` = 1 LIMIT 1", intval($_SESSION['uid'])); -- cgit v1.2.3