mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'master_MDL-27858' of git://github.com/danmarsden/moodle
This commit is contained in:
commit
5800c0fde1
@ -1054,7 +1054,7 @@ function scorm_print_overview($courses, &$htmlarray) {
|
||||
$str = '<div class="scorm overview"><div class="name">'.$strscorm. ': '.
|
||||
'<a '.($scorm->visible ? '':' class="dimmed"').
|
||||
'title="'.$strscorm.'" href="'.$CFG->wwwroot.
|
||||
'/mod/assignment/view.php?id='.$scorm->coursemodule.'">'.
|
||||
'/mod/scorm/view.php?id='.$scorm->coursemodule.'">'.
|
||||
$scorm->name.'</a></div>';
|
||||
if ($scorm->timeclose) {
|
||||
$str .= '<div class="info">'.$strduedate.': '.userdate($scorm->timeclose).'</div>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user