From b4de609c6d5be5183b5a2b3b11fdc53e431c948c Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 6 Oct 2009 00:03:12 +0000 Subject: #595758 by jhodgdon: Fixed documentation for db_query_range(). --- includes/database/database.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/database/database.inc b/includes/database/database.inc index 4b51b8b9b..e04f32a16 100644 --- a/includes/database/database.inc +++ b/includes/database/database.inc @@ -1831,7 +1831,7 @@ function db_query($query, array $args = array(), array $options = array()) { * as they are more self-documenting. * @param $from * The first record from the result set to return. - * @param $limit + * @param $count * The number of records to return from the result set. * @param $args * An array of values to substitute into the query. If the query uses named -- cgit v1.2.3