MDL-27494 choice - fixing incorrectly named column in backup

This commit is contained in:
Glenn Ansley
2011-05-16 03:24:30 +02:00
committed by Eloy Lafuente (stronk7)
parent bed4c52c67
commit 3efd551351
@@ -39,7 +39,7 @@ class backup_choice_activity_structure_step extends backup_activity_structure_st
// Define each element separated
$choice = new backup_nested_element('choice', array('id'), array(
'name', 'intro', 'introformat', 'publish',
'showresults', 'display', 'allowupdate', 'allowunanswered',
'showresults', 'display', 'allowupdate', 'showunanswered',
'limitanswers', 'timeopen', 'timeclose', 'timemodified',
'completionsubmit'));