mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch '47970-28' of git://github.com/samhemelryk/moodle
This commit is contained in:
commit
61138e352d
@ -90,7 +90,7 @@ foreach ($scorms as $scorm) {
|
||||
$trackedusers = scorm_get_count_users($scorm->id, $scorm->groupingid);
|
||||
if ($trackedusers > 0) {
|
||||
$reportshow = html_writer::link('report.php?id='.$scorm->coursemodule,
|
||||
get_string('viewallreports', 'scorm', $trackedusers)).html_writer::end_div();
|
||||
get_string('viewallreports', 'scorm', $trackedusers));
|
||||
} else {
|
||||
$reportshow = get_string('noreports', 'scorm');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user