diff options
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 |