mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Fixed a typo
This commit is contained in:
parent
d74b87919f
commit
82c3173ea5
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ function scorm_grades($scormid) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($scorm->grademethod == VALUESCOES) {
|
if ($scorm->grademethod == GRADESCOES) {
|
||||||
if (!$return->maxgrade = count_records_select('scorm_scoes',"scorm='$scormid' AND launch<>''")) {
|
if (!$return->maxgrade = count_records_select('scorm_scoes',"scorm='$scormid' AND launch<>''")) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue