SCORM MDL-22168 fix accidental revert - set start time of SCO correctly

This commit is contained in:
Dan Marsden 2010-06-24 00:48:48 +00:00
parent 37176d29e7
commit 5435ff2777

View File

@ -86,6 +86,8 @@
} else {
include($CFG->dirroot.'/mod/scorm/datamodels/scorm_12.js.php');
}
// set the start time of this SCO
scorm_insert_track($USER->id,$scorm->id,$scoid,$attempt,'x.start.time',time());
?>
var errorCode = "0";