Skip to content

Commit

Permalink
SCORM MDL-22168 fix accidental revert - set start time of SCO correct…
Browse files Browse the repository at this point in the history
…ly merged from HEAD
  • Loading branch information
danmarsden committed Jun 24, 2010
1 parent 128e8c5 commit 6ab52c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mod/scorm/api.php
Expand Up @@ -80,7 +80,8 @@
} else {
include_once($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";
Expand Down

0 comments on commit 6ab52c7

Please sign in to comment.