From ba9bcb2c7c263d490f6a1cb302fe8673350486f3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sat, 28 May 2011 09:38:42 -0400 Subject: [PATCH] - Patch #1164548 by droplet: correct SelectQuery::range doc. --- includes/database/select.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/database/select.inc b/includes/database/select.inc index 716c2fc3dbf7..53be20adc6e8 100644 --- a/includes/database/select.inc +++ b/includes/database/select.inc @@ -414,7 +414,7 @@ public function orderRandom(); * @param $start * The first record from the result set to return. If NULL, removes any * range directives that are set. - * @param $limit + * @param $length * The number of records to return from the result set. * @return SelectQueryInterface * The called object. -- GitLab