Skip to content
Snippets Groups Projects
Commit b4de609c authored by Angie Byron's avatar Angie Byron
Browse files

#595758 by jhodgdon: Fixed documentation for db_query_range().

parent 17402d76
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment