diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-06 00:03:12 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-06 00:03:12 +0000 |
commit | b4de609c6d5be5183b5a2b3b11fdc53e431c948c (patch) | |
tree | 57266f8973fda42108f9fabafc64833ef281b057 /includes/database/database.inc | |
parent | 17402d76a9b174405df920ff5744fe3e952dc631 (diff) | |
download | brdo-b4de609c6d5be5183b5a2b3b11fdc53e431c948c.tar.gz brdo-b4de609c6d5be5183b5a2b3b11fdc53e431c948c.tar.bz2 |
#595758 by jhodgdon: Fixed documentation for db_query_range().
Diffstat (limited to 'includes/database/database.inc')
-rw-r--r-- | includes/database/database.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |