From: gustav_delius Date: Sun, 19 Mar 2006 12:19:49 +0000 (+0000) Subject: Small correction to comment X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=43a602a7a6ccb42a3b1ed4e6e5ae0523f0e7e84a;p=moodle.git Small correction to comment --- diff --git a/lib/datalib.php b/lib/datalib.php index 8db3a527f0..7f8e9de687 100644 --- a/lib/datalib.php +++ b/lib/datalib.php @@ -716,7 +716,7 @@ function get_recordset_select($table, $select='', $sort='', $fields='*', $limitf * * @param string $table the table to query. * @param string $field a field to check (optional). - * @param string $values the value the field must have (requred if field1 is given, else optional). + * @param string $values comma separated list of values the field must have (requred if field is given, else optional). * @param string $sort an order to sort the results in (optional, a valid SQL ORDER BY parameter). * @param string $fields a comma separated list of fields to return (optional, by default all fields are returned). * @param int $limitfrom return a subset of records, starting at this point (optional, required if $limitnum is set).