From 96aad15ced355bd7a0290f3eeeca436c3d873aca Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Sat, 27 Oct 2007 06:28:00 +0000 Subject: [PATCH] grade_outcome->description doesn't exist --- backup/backuplib.php | 1 - 1 file changed, 1 deletion(-) diff --git a/backup/backuplib.php b/backup/backuplib.php index 988fb8d14b..bc908d7089 100644 --- a/backup/backuplib.php +++ b/backup/backuplib.php @@ -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)); -- 2.39.5