From: mchurch Date: Wed, 21 May 2008 16:19:00 +0000 (+0000) Subject: MDL-13860 - Fixed mistyped function call to 'scorm_seq_overall'. This was preventing... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6d75dcf537e7271e88808136b13fc1272b807e88;p=moodle.git MDL-13860 - Fixed mistyped function call to 'scorm_seq_overall'. This was preventing some SCORM navigation from continuing in our tests - but only if debugging was turned off! --- diff --git a/mod/scorm/datamodel.php b/mod/scorm/datamodel.php index c0a4e0c73f..ee2d7bf53e 100755 --- a/mod/scorm/datamodel.php +++ b/mod/scorm/datamodel.php @@ -55,7 +55,7 @@ if ($action != $value) { // Evaluating navigation request - $valid = scorm_sequencing_overall ($scoid,$USER->id,$action); + $valid = scorm_seq_overall ($scoid,$USER->id,$action,$attempt); $valid = 'true'; // Set valid request