Skip to content

Commit

Permalink
MDL-27494 choice - fixing incorrectly named column in backup
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn Ansley authored and stronk7 committed May 16, 2011
1 parent bed4c52 commit 3efd551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/choice/backup/moodle2/backup_choice_stepslib.php
Expand Up @@ -39,7 +39,7 @@ protected function define_structure() {
// Define each element separated // Define each element separated
$choice = new backup_nested_element('choice', array('id'), array( $choice = new backup_nested_element('choice', array('id'), array(
'name', 'intro', 'introformat', 'publish', 'name', 'intro', 'introformat', 'publish',
'showresults', 'display', 'allowupdate', 'allowunanswered', 'showresults', 'display', 'allowupdate', 'showunanswered',
'limitanswers', 'timeopen', 'timeclose', 'timemodified', 'limitanswers', 'timeopen', 'timeclose', 'timemodified',
'completionsubmit')); 'completionsubmit'));


Expand Down

0 comments on commit 3efd551

Please sign in to comment.