From 3474c6618a90f94b2f4aaed7fb0d8e30c5db4ae6 Mon Sep 17 00:00:00 2001 From: Ice Date: Sat, 2 Feb 2008 22:13:20 +0000 Subject: [PATCH] There we goooooo right order and right user now. --- 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 07ca0b79..ce662dbc 100644 --- a/root/portal/includes/functions.php +++ b/root/portal/includes/functions.php @@ -290,7 +290,7 @@ function phpbb_fetch_posts($forum_from, $number_of_posts, $text_length, $time, $ LEFT JOIN ' . USERS_TABLE . ' as u ON - t.topic_poster = u.user_id + t.topic_last_poster_id = u.user_id LEFT JOIN ' . FORUMS_TABLE . ' as f ON