Merge branch 'master_MDL-27858' of git://github.com/danmarsden/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2011-06-15 01:18:05 +02:00
commit 5800c0fde1

View File

@ -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>';