Merge branch 'MDL-43341_25' of git://github.com/nobelium/moodle into MOODLE_25_STABLE

This commit is contained in:
Marina Glancy
2014-03-19 10:36:07 +08:00
+1 -1
View File
@@ -444,7 +444,7 @@ function scorm_user_complete($course, $user, $mod, $scorm) {
if (($nextsco !== false) && ($sco->parent != $nextsco->parent) && (($level==0) || (($level>0) && ($nextsco->parent == $sco->identifier)))) {
$sublist++;
} else {
$report .= '<img src="'.$OUTPUT->pix_url('spacer', 'scorm').'" alt="" />';
$report .= $OUTPUT->spacer(array("height" => "12", "width" => "13"));
}
if ($sco->launch) {