mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
In course_modules export the field ADDED too.
This commit is contained in:
parent
7134ebc80b
commit
47e9035598
1 changed files with 1 additions and 0 deletions
|
@ -513,6 +513,7 @@
|
||||||
fwrite ($bf,full_tag("ID",6,false,$tok));
|
fwrite ($bf,full_tag("ID",6,false,$tok));
|
||||||
fwrite ($bf,full_tag("TYPE",6,false,$moduletype));
|
fwrite ($bf,full_tag("TYPE",6,false,$moduletype));
|
||||||
fwrite ($bf,full_tag("INSTANCE",6,false,$course_module[$tok]->instance));
|
fwrite ($bf,full_tag("INSTANCE",6,false,$course_module[$tok]->instance));
|
||||||
|
fwrite ($bf,full_tag("ADDED",6,false,$course_module[$tok]->added));
|
||||||
fwrite ($bf,full_tag("DELETED",6,false,$course_module[$tok]->deleted));
|
fwrite ($bf,full_tag("DELETED",6,false,$course_module[$tok]->deleted));
|
||||||
fwrite ($bf,full_tag("SCORE",6,false,$course_module[$tok]->score));
|
fwrite ($bf,full_tag("SCORE",6,false,$course_module[$tok]->score));
|
||||||
fwrite ($bf,full_tag("VISIBLE",6,false,$course_module[$tok]->visible));
|
fwrite ($bf,full_tag("VISIBLE",6,false,$course_module[$tok]->visible));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue