mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'MDL-63422' of git://github.com/stronk7/moodle
This commit is contained in:
commit
f8e364e31a
27 changed files with 79 additions and 89 deletions
|
@ -51,7 +51,7 @@ function grade_get_course_grades($courseid, $userid_or_ids=null) {
|
|||
|
||||
switch ($grade_item->gradetype) {
|
||||
case GRADE_TYPE_NONE:
|
||||
continue;
|
||||
break;
|
||||
|
||||
case GRADE_TYPE_VALUE:
|
||||
$item->scaleid = 0;
|
||||
|
@ -178,7 +178,7 @@ function grade_get_course_grade($userid, $courseid_or_ids=null) {
|
|||
|
||||
switch ($grade_item->gradetype) {
|
||||
case GRADE_TYPE_NONE:
|
||||
continue;
|
||||
break;
|
||||
|
||||
case GRADE_TYPE_VALUE:
|
||||
$item->scaleid = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue