One line I changed

This commit is contained in:
moodler 2004-09-23 02:59:12 +00:00
parent 7cf1c7bd2b
commit ae01b52a70

View File

@ -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