grade_outcome->description doesn't exist

This commit is contained in:
nicolasconnault
2007-10-27 06:28:00 +00:00
parent 3a48e3da50
commit 96aad15ced
-1
View File
@@ -1608,7 +1608,6 @@
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));