Fixed a typo

This commit is contained in:
bobopinna 2006-04-12 06:08:48 +00:00
parent d74b87919f
commit 82c3173ea5

View File

@ -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;
}