fwrite ($bf,full_tag("LOCKED",7,false,$final->locked));
fwrite ($bf,full_tag("LOCKTIME",7,false,$final->locktime));
fwrite ($bf,full_tag("EXPORTED",7,false,$final->exported));
- fwrite ($bf,end_tag("GRADE_RAW",6,true));
+ fwrite ($bf,full_tag("OVERRIDDEN",7,false,$final->overridden));
+ fwrite ($bf,end_tag("GRADE",6,true));
}
$stauts = fwrite ($bf,end_tag("GRADE_GRADES",5,true));
}
$grade->locked = backup_todb($ite_info['#']['LOCKED']['0']['#']);
$grade->locktime = backup_todb($ite_info['#']['LOCKTIME']['0']['#']);
$grade->exported = backup_todb($ite_info['#']['EXPORTED']['0']['#']);
+ $grade->overridden = backup_todb($ite_info['#']['OVERRIDDEN']['0']['#']);
insert_record('grade_grades', $grade);