Merge branch '47970-27' of git://github.com/samhemelryk/moodle into MOODLE_27_STABLE
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ foreach ($scorms as $scorm) {
|
||||
if (has_capability('mod/scorm:viewreport', $context)) {
|
||||
$trackedusers = scorm_get_count_users($scorm->id, $scorm->groupingid);
|
||||
if ($trackedusers > 0) {
|
||||
$reportshow = '<a href="report.php?id='.$scorm->coursemodule.'">'.get_string('viewallreports', 'scorm', $trackedusers).'</a></div>';
|
||||
$reportshow = '<a href="report.php?id='.$scorm->coursemodule.'">'.get_string('viewallreports', 'scorm', $trackedusers).'</a>';
|
||||
} else {
|
||||
$reportshow = get_string('noreports', 'scorm');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user