From e59432cbc5e181bc97ba76bfb7564edd142a9a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Dr=C3=B6scher?= Date: Mon, 28 Aug 2006 18:45:18 +0000 Subject: [PATCH] Hehehehe ... git-svn-id: file:///svn/phpbb/trunk@6322 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/index.php b/phpBB/index.php index 23f29e6f37..8cde84904f 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -54,7 +54,7 @@ $db->sql_freeresult($result); $birthday_list = ''; if ($config['load_birthdays']) { - $now = getdate(time() + $this->timezone + $this->dst); + $now = getdate(time() + $user->timezone + $user->dst); $sql = 'SELECT user_id, username, user_colour, user_birthday FROM ' . USERS_TABLE . " WHERE user_birthday LIKE '" . $db->sql_escape(sprintf('%2d-%2d-', $now['mday'], $now['mon'])) . "%'