From: mchurch Date: Tue, 13 Nov 2007 16:01:44 +0000 (+0000) Subject: MDL-12114 Fixed typo in elements array. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=232f2c1d35c9b867a0dac238db2f7ddf5c4462e1;p=moodle.git MDL-12114 Fixed typo in elements array. --- diff --git a/mod/scorm/report.php b/mod/scorm/report.php index 75b97ba1ca..ae1e7586a5 100755 --- a/mod/scorm/report.php +++ b/mod/scorm/report.php @@ -266,7 +266,7 @@ $elements = array('raw' => 'cmi.score.raw', 'min' => 'cmi.score.min', 'max' => 'cmi.score.max', - 'status' => 'cmi.completition_status', + 'status' => 'cmi.completion_status', 'time' => 'cmi.total_time'); } else { $elements = array('raw' => 'cmi.core.score.raw',