From 9b64a5d50cc491d4a8d256104db865463119c7bc Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Sat, 8 Sep 2001 18:24:34 +0000 Subject: Altered layout of phpbb_config table git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewforum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewforum.php') diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index a9e4cf863d..8f44327c8e 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -503,7 +503,7 @@ if($total_topics) $topic_poster = $topic_rowset[$i]['username']; $topic_poster_profile_url = append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $topic_rowset[$i]['user_id']); - $last_post_time = create_date($board_config['default_dateformat'], $topic_rowset[$i]['post_time'], $board_config['default_timezone']); + $last_post_time = create_date($board_config['default_dateformat'], $topic_rowset[$i]['post_time'], $board_config['board_timezone']); if($topic_rowset[$i]['id2'] == ANONYMOUS && $topic_rowset[$i]['post_username'] != '') { -- cgit v1.2.1