mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
Merge branch 'MDL-40776_master' of git://github.com/s-cenni/moodle
This commit is contained in:
commit
36977d39d0
@ -74,7 +74,7 @@ foreach ($outcomes as $outcomeid => $outcome) {
|
||||
FROM {grade_grades}
|
||||
WHERE itemid = ?".
|
||||
$hidesuspendedsql.
|
||||
"GROUP BY itemid";
|
||||
" GROUP BY itemid";
|
||||
$info = $DB->get_records_sql($sql, $params);
|
||||
|
||||
if (!$info) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user