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/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/index.php') diff --git a/phpBB/index.php b/phpBB/index.php index 56d5dc9dd3..c767514ca5 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -286,7 +286,7 @@ if($total_categories = $db->sql_numrows($q_categories)) { $last_poster = stripslashes($forum_rows[$j]['username']); } - $last_post_time = create_date($board_config['default_dateformat'], $forum_rows[$j]['post_time'], $board_config['default_timezone']); + $last_post_time = create_date($board_config['default_dateformat'], $forum_rows[$j]['post_time'], $board_config['board_timezone']); $last_post = $last_post_time . "
" . $lang['by'] . " "; $last_post .= "" . $last_poster . " "; -- cgit v1.2.1