diff --git a/lib/datalib.php b/lib/datalib.php index 57691b60451..5d0b00d3590 100644 --- a/lib/datalib.php +++ b/lib/datalib.php @@ -668,8 +668,8 @@ function get_records_menu($table, $field='', $value='', $sort='', $fields='*') { } /** -* Get a number of records as an array of objects -* +* Get a number of records as an array of values +* * Can optionally be sorted eg "time ASC" or "time DESC" * "select" is a fragment of SQL to define the selection criteria * Returns associative array of first two fields