Add missing description to grade_outcomes backup. Merged from 19_STABLE
authorstronk7 <stronk7>
Sun, 3 Feb 2008 10:33:15 +0000 (10:33 +0000)
committerstronk7 <stronk7>
Sun, 3 Feb 2008 10:33:15 +0000 (10:33 +0000)
backup/backuplib.php

index 7a1d5d9f704208de9e8f07d62d62150e919fc658..c1e429b5efdb55c2d836f1898e3e97a8387f4958 100644 (file)
                 fwrite ($bf,full_tag("SHORTNAME",5,false,$grade_outcome->shortname));
                 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("TIMEMODIFIED",5,false,$grade_outcome->timemodified));
                 fwrite ($bf,full_tag("USERMODIFIED",5,false,$grade_outcome->usermodified));
 
                 //End grade_outcome