diff --git a/mod/scorm/player.php b/mod/scorm/player.php index b188a6069c9..fe9cf7950c3 100755 --- a/mod/scorm/player.php +++ b/mod/scorm/player.php @@ -15,14 +15,14 @@ $currentorg = optional_param('currentorg', '', PARAM_RAW); // selected organization $newattempt = optional_param('newattempt', 'off', PARAM_ALPHA); // the user request to start a new attempt - $scoid=$_GET['scoid']; + //$scoid=$_GET['scoid']; //$scoid=$_POST['scoid']; //echo 'SCOID'.$scoid; - if ($sco1 = get_record("scorm_scoes", "id", $scoid,"parent",'/')) { - $scoid++; - } + //if ($sco1 = get_record("scorm_scoes", "id", $scoid,"parent",'/')) { + // $scoid++; + //} if (!empty($id)) { if (! $cm = get_coursemodule_from_id('scorm', $id)) {