From 43a602a7a6ccb42a3b1ed4e6e5ae0523f0e7e84a Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Sun, 19 Mar 2006 12:19:49 +0000 Subject: [PATCH] Small correction to comment --- lib/datalib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.39.5