From de642c865f34d48cb7d17197f66acba109a8dcf2 Mon Sep 17 00:00:00 2001 From: Ice Date: Mon, 4 Feb 2008 13:54:48 +0000 Subject: [PATCH] Report #56: News topic time --- root/portal/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/portal/includes/functions.php b/root/portal/includes/functions.php index 4fb45184..14aa102c 100644 --- a/root/portal/includes/functions.php +++ b/root/portal/includes/functions.php @@ -253,7 +253,7 @@ function phpbb_fetch_posts($forum_from, $number_of_posts, $text_length, $time, $ $posts[$i]['topic_last_post_id'] = $row['topic_last_post_id']; $posts[$i]['forum_id'] = $row['forum_id']; $posts[$i]['topic_replies'] = $row['topic_replies']; - $posts[$i]['topic_time'] = $user->format_date($row['topic_time']); + $posts[$i]['topic_time'] = $user->format_date($row['post_time']); $posts[$i]['topic_last_post_time'] = $row['topic_last_post_time']; $posts[$i]['topic_title'] = $row['topic_title']; $posts[$i]['username'] = $row['username'];