MDL-9562 Fixed

This commit is contained in:
bobopinna 2007-06-06 21:04:56 +00:00
parent a53e47a25d
commit 97be053372

View file

@ -562,7 +562,7 @@ function scorm_view_display ($user, $scorm, $action, $cm, $boxwidth='') {
<?php <?php
if ($scorm->hidebrowse == 0) { if ($scorm->hidebrowse == 0) {
print_string('mode','scorm'); print_string('mode','scorm');
echo '<input type="hidden" name="scoid" value="$sco->id" />'."\n"; echo '<input type="hidden" name="scoid" value="'.$sco->id.'" />'."\n";
echo ': <input type="radio" id="b" name="mode" value="browse" /><label for="b">'.get_string('browse','scorm').'</label>'."\n"; echo ': <input type="radio" id="b" name="mode" value="browse" /><label for="b">'.get_string('browse','scorm').'</label>'."\n";
echo '<input type="radio" id="n" name="mode" value="normal" checked="checked" /><label for="n">'.get_string('normal','scorm')."</label>\n"; echo '<input type="radio" id="n" name="mode" value="normal" checked="checked" /><label for="n">'.get_string('normal','scorm')."</label>\n";
} else { } else {