mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'm23_MDL-35208' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
This commit is contained in:
commit
3a3120e206
1 changed files with 3 additions and 2 deletions
|
@ -65,8 +65,9 @@ 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue