Skip to content

Commit

Permalink
MDL-11510, referencing to wrong fields
Browse files Browse the repository at this point in the history
  • Loading branch information
toyomoyo committed Oct 10, 2007
1 parent 864d1f8 commit 313fcb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backup/backuplib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1515,8 +1515,8 @@ function backup_gradebook_item_info($bf,$preferences, $backupall) {
fwrite ($bf,full_tag("MULTFACTOR",5,false,$grade_item->multfactor));
fwrite ($bf,full_tag("PLUSFACTOR",5,false,$grade_item->plusfactor));
fwrite ($bf,full_tag("AGGREGATIONCOEF",5,false,$grade_item->aggregationcoef));
fwrite ($bf,full_tag("DISPLAY",5,false,$grade_item->plusfactor));
fwrite ($bf,full_tag("DECIMALS",5,false,$grade_item->plusfactor));
fwrite ($bf,full_tag("DISPLAY",5,false,$grade_item->display));
fwrite ($bf,full_tag("DECIMALS",5,false,$grade_item->decimals));
fwrite ($bf,full_tag("HIDDEN",5,false,$grade_item->hidden));
fwrite ($bf,full_tag("LOCKED",5,false,$grade_item->locked));
fwrite ($bf,full_tag("LOCKTIME",5,false,$grade_item->locktime));
Expand Down

0 comments on commit 313fcb6

Please sign in to comment.