]> git.mjollnir.org Git - moodle.git/commitdiff
Some fields missing in backup. Fixed.
authorstronk7 <stronk7>
Wed, 17 Sep 2003 21:07:20 +0000 (21:07 +0000)
committerstronk7 <stronk7>
Wed, 17 Sep 2003 21:07:20 +0000 (21:07 +0000)
mod/glossary/backuplib.php

index 4c29f0a800736e84e96facefc842ec0c3f3a0dd8..d3dac4a6f7663dcf8554a4fb4b73623bb76d56f1 100644 (file)
@@ -86,6 +86,8 @@
                     fwrite ($bf,full_tag("DEFINITION",6,false,$glo_ent->definition));
                     fwrite ($bf,full_tag("FORMAT",6,false,$glo_ent->format));
                     fwrite ($bf,full_tag("ATTACHMENT",6,false,$glo_ent->attachment));
+                    fwrite ($bf,full_tag("TIMECREATED",6,false,$glo_ent->timecreated));
+                    fwrite ($bf,full_tag("TIMEMODIFIED",6,false,$glo_ent->timemodified));
                     fwrite ($bf,full_tag("TEACHERENTRY",6,false,$glo_ent->teacherentry));
 
                     $status =fwrite ($bf,end_tag("ENTRY",5,true));