From: bobopinna Date: Wed, 12 Apr 2006 06:08:48 +0000 (+0000) Subject: Fixed a typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=82c3173ea513d56d0c7db5b15725e6a9a828ad20;p=moodle.git Fixed a typo --- diff --git a/mod/scorm/lib.php b/mod/scorm/lib.php index 180ac9bfc7..8fe635a23f 100755 --- a/mod/scorm/lib.php +++ b/mod/scorm/lib.php @@ -433,7 +433,7 @@ function scorm_grades($scormid) { return NULL; } - if ($scorm->grademethod == VALUESCOES) { + if ($scorm->grademethod == GRADESCOES) { if (!$return->maxgrade = count_records_select('scorm_scoes',"scorm='$scormid' AND launch<>''")) { return NULL; }