Typo by moi

This commit is contained in:
Ice
2008-04-23 15:40:25 +00:00
parent 046a6cf110
commit 7aeb533053

View File

@@ -243,7 +243,7 @@ function phpbb_fetch_posts($forum_from, $permissions, $number_of_posts, $text_le
if ($number_of_posts <> 0) if ($number_of_posts <> 0)
{ {
$result = $db->sql_query($sql, $number_of_posts, $start); $result = $db->sql_query_limit($sql, $number_of_posts, $start);
} else { } else {
$result = $db->sql_query($sql); $result = $db->sql_query($sql);
} }