mirror of
https://github.com/moodle/moodle.git
synced 2025-04-26 19:03:38 +02:00
MDL-15140 get_records_list() doesn't work as in 1.9 - thanks Jerome
This commit is contained in:
parent
f93ea22284
commit
4c14345543
@ -597,7 +597,7 @@ abstract class moodle_database {
|
||||
// nothing to return
|
||||
return array();
|
||||
}
|
||||
$select = implode(" AND ", $select);
|
||||
$select = implode(" OR ", $select);
|
||||
return $this->get_records_select($table, $select, $params, $sort, $fields, $limitfrom, $limitnum);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user