From: stronk7 Date: Sat, 24 May 2003 00:23:35 +0000 (+0000) Subject: In course_modules export the field ADDED too. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=47e90355987ccc17b201bfcb3192bc843952ee4a;p=moodle.git In course_modules export the field ADDED too. --- diff --git a/backup/backuplib.php b/backup/backuplib.php index 044a664fb8..43f3bd339e 100644 --- a/backup/backuplib.php +++ b/backup/backuplib.php @@ -513,6 +513,7 @@ 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));