From 7aeb533053bb6e9f1e23bafa4ca8273790ad6a81 Mon Sep 17 00:00:00 2001 From: Ice Date: Wed, 23 Apr 2008 15:40:25 +0000 Subject: [PATCH] Typo by moi --- 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 6ab7c12b..268419fe 100644 --- a/root/portal/includes/functions.php +++ b/root/portal/includes/functions.php @@ -243,7 +243,7 @@ function phpbb_fetch_posts($forum_from, $permissions, $number_of_posts, $text_le 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 { $result = $db->sql_query($sql); }