Merge branch 'master_MDL-35208' of git://github.com/danmarsden/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2012-09-11 01:56:51 +02:00
commit 227b50eb43

View file

@ -66,7 +66,8 @@ class backup_choice_activity_structure_step extends backup_activity_structure_st
$option->set_source_sql(' $option->set_source_sql('
SELECT * SELECT *
FROM {choice_options} FROM {choice_options}
WHERE choiceid = ?', WHERE choiceid = ?
ORDER BY id',
array(backup::VAR_PARENTID)); array(backup::VAR_PARENTID));
// All the rest of elements only happen if we are including user info // All the rest of elements only happen if we are including user info