From 6f3d8fa9aae4d8f39993fc3efc78827dd5aa512e Mon Sep 17 00:00:00 2001 From: Ice Date: Sat, 2 Feb 2008 22:05:21 +0000 Subject: [PATCH] News wrong way round --- 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 8ae68f2a..07ca0b79 100644 --- a/root/portal/includes/functions.php +++ b/root/portal/includes/functions.php @@ -298,7 +298,7 @@ function phpbb_fetch_posts($forum_from, $number_of_posts, $text_length, $time, $ LEFT JOIN ' . POSTS_TABLE . ' as p ON - t.topic_first_post_id = p.post_id + t.topic_last_post_id = p.post_id WHERE ' . $topic_type . ' ' . $post_time . '