]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-11510, adding missing fields
authortoyomoyo <toyomoyo>
Wed, 10 Oct 2007 07:08:50 +0000 (07:08 +0000)
committertoyomoyo <toyomoyo>
Wed, 10 Oct 2007 07:08:50 +0000 (07:08 +0000)
backup/backuplib.php

index 0ddbf418dc51cc2facf6c1b0fd3abd26191278ca..d09477e354390e0c2e8ba960d125c588557d5a8d 100644 (file)
                 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