mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-11510, referencing to wrong fields
This commit is contained in:
parent
864d1f8c2c
commit
313fcb6aea
1 changed files with 2 additions and 2 deletions
|
@ -1515,8 +1515,8 @@
|
||||||
fwrite ($bf,full_tag("MULTFACTOR",5,false,$grade_item->multfactor));
|
fwrite ($bf,full_tag("MULTFACTOR",5,false,$grade_item->multfactor));
|
||||||
fwrite ($bf,full_tag("PLUSFACTOR",5,false,$grade_item->plusfactor));
|
fwrite ($bf,full_tag("PLUSFACTOR",5,false,$grade_item->plusfactor));
|
||||||
fwrite ($bf,full_tag("AGGREGATIONCOEF",5,false,$grade_item->aggregationcoef));
|
fwrite ($bf,full_tag("AGGREGATIONCOEF",5,false,$grade_item->aggregationcoef));
|
||||||
fwrite ($bf,full_tag("DISPLAY",5,false,$grade_item->plusfactor));
|
fwrite ($bf,full_tag("DISPLAY",5,false,$grade_item->display));
|
||||||
fwrite ($bf,full_tag("DECIMALS",5,false,$grade_item->plusfactor));
|
fwrite ($bf,full_tag("DECIMALS",5,false,$grade_item->decimals));
|
||||||
fwrite ($bf,full_tag("HIDDEN",5,false,$grade_item->hidden));
|
fwrite ($bf,full_tag("HIDDEN",5,false,$grade_item->hidden));
|
||||||
fwrite ($bf,full_tag("LOCKED",5,false,$grade_item->locked));
|
fwrite ($bf,full_tag("LOCKED",5,false,$grade_item->locked));
|
||||||
fwrite ($bf,full_tag("LOCKTIME",5,false,$grade_item->locktime));
|
fwrite ($bf,full_tag("LOCKTIME",5,false,$grade_item->locktime));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue