--- mod/scorm/locallib.php 2012-09-19 14:54:07.000000000 -0500
+++ mod/scorm/locallib.php 2012-10-12 10:43:48.000000000 -0500
@@ -1458,7 +1458,7 @@ function scorm_get_toc($user,$scorm,$cmi
$result->toc .= $statusicon.' '.format_string($sco->title).''.$score."\n";
} else { //display toc for inside scorm player
if ($sco->launch) {
- $link = 'a='.$scorm->id.'&scoid='.$sco->id.'¤torg='.$currentorg.$modestr.'&attempt='.$attempt;
+ $link = 'a='.$scorm->id.'&scoid='.$sco->id.'¤torg='.$currentorg.$modestr.'&attempt='.$attempt;
$result->toc .= ''.$statusicon.' '.format_string($sco->title).' '.$score.'';
} else {
$result->toc .= ''.$statusicon.' '.format_string($sco->title).'';