mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
Merge branch 'MDL-59970-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
24131d08c0
@ -282,7 +282,6 @@ class user_competency_course extends persistent {
|
||||
ORDER BY p.timesproficient ASC, c.id DESC';
|
||||
|
||||
$results = $DB->get_records_sql($sql, $params, $skip, $limit);
|
||||
$a = $DB->get_records_sql('SELECT * from {' . self::TABLE . '}');
|
||||
|
||||
$comps = array();
|
||||
foreach ($results as $r) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user