From: moodler Date: Thu, 23 Sep 2004 02:59:12 +0000 (+0000) Subject: One line I changed X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ae01b52a70a9fd572fbf28a3235495e8df7b92b6;p=moodle.git One line I changed --- diff --git a/lib/datalib.php b/lib/datalib.php index 57691b6045..5d0b00d359 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