]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12114 Fixed typo in elements array.
authormchurch <mchurch>
Tue, 13 Nov 2007 16:01:44 +0000 (16:01 +0000)
committermchurch <mchurch>
Tue, 13 Nov 2007 16:01:44 +0000 (16:01 +0000)
mod/scorm/report.php

index 75b97ba1caa890625c17f59c08474650d0622cce..ae1e7586a515f5f1ab3e1d8e996ac392fb05326d 100755 (executable)
                 $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',