SCORM MDL-27858 - fix typo

This commit is contained in:
Dan Marsden 2011-06-15 10:31:52 +12:00
parent 6911fa130b
commit bdea587be2

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