diff --git a/grade/report/outcomes/index.php b/grade/report/outcomes/index.php index 7ffc08e713a..cc809abd889 100644 --- a/grade/report/outcomes/index.php +++ b/grade/report/outcomes/index.php @@ -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) {