]> git.mjollnir.org Git - moodle.git/commitdiff
grade_outcome->description doesn't exist
authornicolasconnault <nicolasconnault>
Sat, 27 Oct 2007 06:28:00 +0000 (06:28 +0000)
committernicolasconnault <nicolasconnault>
Sat, 27 Oct 2007 06:28:00 +0000 (06:28 +0000)
backup/backuplib.php

index 988fb8d14be467d21b16679820dca3ff340f96c5..bc908d7089bac6b0288b76a6b1d3ad02d468e07e 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("USERMODIFIED",5,false,$grade_outcome->usermodified));