]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9562 Fixed
authorbobopinna <bobopinna>
Wed, 6 Jun 2007 21:04:56 +0000 (21:04 +0000)
committerbobopinna <bobopinna>
Wed, 6 Jun 2007 21:04:56 +0000 (21:04 +0000)
mod/scorm/locallib.php

index a4a57ea6d9c3bfa15180b5d45065deba40d6dafe..ba82d9b9b284573cc96cf73118997b255397b9a6 100755 (executable)
@@ -562,7 +562,7 @@ function scorm_view_display ($user, $scorm, $action, $cm, $boxwidth='') {
               <?php
                   if ($scorm->hidebrowse == 0) {
                       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="n" name="mode" value="normal" checked="checked" /><label for="n">'.get_string('normal','scorm')."</label>\n";
                   } else {