News wrong way round

This commit is contained in:
Ice
2008-02-02 22:05:21 +00:00
parent 141d2551e9
commit 6f3d8fa9aa

View File

@@ -298,7 +298,7 @@ function phpbb_fetch_posts($forum_from, $number_of_posts, $text_length, $time, $
LEFT JOIN LEFT JOIN
' . POSTS_TABLE . ' as p ' . POSTS_TABLE . ' as p
ON ON
t.topic_first_post_id = p.post_id t.topic_last_post_id = p.post_id
WHERE WHERE
' . $topic_type . ' ' . $topic_type . '
' . $post_time . ' ' . $post_time . '