Skip to content

Commit

Permalink
removed a couple of debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
bobopinna committed Mar 15, 2007
1 parent 97feab5 commit 4bdf76a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mod/scorm/player.php
Expand Up @@ -15,14 +15,14 @@
$currentorg = optional_param('currentorg', '', PARAM_RAW); // selected organization $currentorg = optional_param('currentorg', '', PARAM_RAW); // selected organization
$newattempt = optional_param('newattempt', 'off', PARAM_ALPHA); // the user request to start a new attempt $newattempt = optional_param('newattempt', 'off', PARAM_ALPHA); // the user request to start a new attempt


$scoid=$_GET['scoid']; //$scoid=$_GET['scoid'];




//$scoid=$_POST['scoid']; //$scoid=$_POST['scoid'];
//echo 'SCOID'.$scoid; //echo 'SCOID'.$scoid;
if ($sco1 = get_record("scorm_scoes", "id", $scoid,"parent",'/')) { //if ($sco1 = get_record("scorm_scoes", "id", $scoid,"parent",'/')) {
$scoid++; // $scoid++;
} //}


if (!empty($id)) { if (!empty($id)) {
if (! $cm = get_coursemodule_from_id('scorm', $id)) { if (! $cm = get_coursemodule_from_id('scorm', $id)) {
Expand Down

0 comments on commit 4bdf76a

Please sign in to comment.