mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Fixed a typo
This commit is contained in:
parent
d74b87919f
commit
82c3173ea5
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user