]> git.mjollnir.org Git - moodle.git/commitdiff
In course_modules export the field ADDED too.
authorstronk7 <stronk7>
Sat, 24 May 2003 00:23:35 +0000 (00:23 +0000)
committerstronk7 <stronk7>
Sat, 24 May 2003 00:23:35 +0000 (00:23 +0000)
backup/backuplib.php

index 044a664fb83e5a8f7418c6f7edcddeebb0d6abdb..43f3bd339ef2da50bbf6460e500a2b1c122233f0 100644 (file)
                fwrite ($bf,full_tag("ID",6,false,$tok));
                fwrite ($bf,full_tag("TYPE",6,false,$moduletype));
                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("SCORE",6,false,$course_module[$tok]->score));
                fwrite ($bf,full_tag("VISIBLE",6,false,$course_module[$tok]->visible));