From b6e430d0e66a5fd9946c1d6c7a62b039d445a3cd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 28 May 2011 09:38:52 -0400 Subject: - 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 716c2fc3d..53be20adc 100644 --- a/includes/database/select.inc +++ b/includes/database/select.inc @@ -414,7 +414,7 @@ interface SelectQueryInterface extends QueryConditionInterface, QueryAlterableIn * @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. -- cgit v1.2.3