SVN commited the wrong file.

This commit is contained in:
Ice
2008-04-21 15:02:41 +00:00
parent 083371e30d
commit 6a83643607

View File

@@ -154,7 +154,8 @@ function phpbb_fetch_posts($forum_from, $permissions, $number_of_posts, $text_le
{ {
$sql = 'SELECT $sql = 'SELECT
forum_id forum_id
FROM ' . FORUMS_TABLE . ' FROM
' . FORUMS_TABLE . '
WHERE WHERE
forum_type = ' . FORUM_POST . ' forum_type = ' . FORUM_POST . '
' . str_replace('t.', '', $str_where) . ' ' . str_replace('t.', '', $str_where) . '