From e66481e1ebd3c240bc82f4c0b4bd1d09d3977055 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Wed, 10 Oct 2007 07:08:50 +0000 Subject: [PATCH] MDL-11510, adding missing fields --- backup/backuplib.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backup/backuplib.php b/backup/backuplib.php index 0ddbf418dc..d09477e354 100644 --- a/backup/backuplib.php +++ b/backup/backuplib.php @@ -1569,6 +1569,8 @@ fwrite ($bf,full_tag("FULLNAME",5,false,$grade_outcome->fullname)); fwrite ($bf,full_tag("SCALEID",5,false,$grade_outcome->scaleid)); fwrite ($bf,full_tag("DESCRIPTION",5,false,$grade_outcome->description)); + fwrite ($bf,full_tag("TIMECREATED",5,false,$grade_outcome->timecreated)); + fwrite ($bf,full_tag("TIMEMODIFIED",5,false,$grade_outcome->timemodified)); fwrite ($bf,full_tag("USERMODIFIED",5,false,$grade_outcome->usermodified)); //End grade_outcome -- 2.39.5