MDL-34520 gradebook: Missing droplow setting in gradebook backup

This commit is contained in:
Ankit Agarwal 2012-11-01 13:36:29 +08:00
parent 7e8ae12a7a
commit af985a19bd

View File

@ -885,7 +885,7 @@ class backup_gradebook_structure_step extends backup_structure_step {
$grade_category = new backup_nested_element('grade_category', array('id'), array(
//'courseid',
'parent', 'depth', 'path', 'fullname', 'aggregation', 'keephigh',
'dropload', 'aggregateonlygraded', 'aggregateoutcomes', 'aggregatesubcats',
'droplow', 'aggregateonlygraded', 'aggregateoutcomes', 'aggregatesubcats',
'timecreated', 'timemodified', 'hidden'));
$letters = new backup_nested_element('grade_letters');