Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61243f3
)
MDL-22793 enrol data is in backup, removing todo
author
Petr Skoda
<skodak@moodle.org>
Sun, 11 Jul 2010 18:01:10 +0000
(18:01 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Sun, 11 Jul 2010 18:01:10 +0000
(18:01 +0000)
backup/moodle2/backup_final_task.class.php
patch
|
blob
|
blame
|
history
diff --git
a/backup/moodle2/backup_final_task.class.php
b/backup/moodle2/backup_final_task.class.php
index
fce06a4
..
4dc3e98
100644
(file)
--- a/
backup/moodle2/backup_final_task.class.php
+++ b/
backup/moodle2/backup_final_task.class.php
@@
-40,8
+40,6
@@
class backup_final_task extends backup_task {
$coursectxid = get_context_instance(CONTEXT_COURSE, $this->get_courseid())->id;
$this->add_setting(new backup_activity_generic_setting(backup::VAR_CONTEXTID, base_setting::IS_INTEGER, $coursectxid));
- //TODO: MDL-22793 add enrol instances of enabled enrol plugins in course,
-
// Generate the groups file with the final annotated groups and groupings
// including membership based on setting
$this->add_step(new backup_groups_structure_step('groups', 'groups.xml'));