]> git.mjollnir.org Git - moodle.git/commitdiff
Removed some debugging print
authorbobopinna <bobopinna>
Thu, 15 Mar 2007 20:45:54 +0000 (20:45 +0000)
committerbobopinna <bobopinna>
Thu, 15 Mar 2007 20:45:54 +0000 (20:45 +0000)
mod/scorm/player.php

index a1d3715b5503d315e40409ff44bcfe77e73b6e9f..93f37a17652b1452e41d866d4b7afdb44436b7be 100755 (executable)
     $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=$_POST['scoid'];
-       //echo 'SCOID'.$scoid;
-       if ($sco1 = get_record("scorm_scoes", "id", $scoid,"parent",'/')) {
-           $scoid++;
-    }
-
     if (!empty($id)) {
         if (! $cm = get_coursemodule_from_id('scorm', $id)) {
             error("Course Module ID was incorrect");