Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SCORM MDL-27858 - fix typo
  • Loading branch information
danmarsden committed Jun 14, 2011
1 parent 6911fa1 commit bdea587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/scorm/lib.php
Expand Up @@ -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>';
Expand Down

0 comments on commit bdea587

Please sign in to comment.