summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-05-28 09:38:52 -0400
committerDries Buytaert <dries@buytaert.net>2011-05-28 09:38:52 -0400
commitb6e430d0e66a5fd9946c1d6c7a62b039d445a3cd (patch)
treeeaf1cc639d4fefb63d2717035fb001b6ed20c260
parentd06b988454e5f58661de38c3028c8c1e335939bf (diff)
downloadbrdo-b6e430d0e66a5fd9946c1d6c7a62b039d445a3cd.tar.gz
brdo-b6e430d0e66a5fd9946c1d6c7a62b039d445a3cd.tar.bz2
- Patch #1164548 by droplet: correct SelectQuery::range doc.
-rw-r--r--includes/database/select.inc2
1 files changed, 1 insertions, 1 deletions
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.