Skip to content

Commit

Permalink
Merge branch 'master_MDL-49054' of git://github.com/danmarsden/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Mar 24, 2015
2 parents b051a0a + b690605 commit 422c29d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mod/scorm/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -495,13 +495,6 @@ function scorm_insert_track($userid, $scormid, $scoid, $attempt, $element, $valu
$track->value = $objectivesatisfiedstatus;
$track->timemodified = time();
$id = $DB->insert_record('scorm_scoes_track', $track);
ob_start();
$filepath = $CFG->dataroot."\\temp\\tempfile.txt";
$fh = fopen($filepath, "a+");
var_dump($track);
$string = ob_get_clean();
fwrite($fh, $string);
fclose($fh);
}
}
}
Expand Down

0 comments on commit 422c29d

Please sign in to comment.