From: toyomoyo Date: Fri, 9 Mar 2007 02:59:52 +0000 (+0000) Subject: forgot to check this in X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=377314aee52c99d85815c180288d0c6151de730b;p=moodle.git forgot to check this in --- diff --git a/question/backuplib.php b/question/backuplib.php index 00b2fc2542..8403024aba 100644 --- a/question/backuplib.php +++ b/question/backuplib.php @@ -348,6 +348,7 @@ fwrite ($bf,full_tag("NEWEST",$level + 2,false,$newest_state->newest)); fwrite ($bf,full_tag("NEWGRADED",$level + 2,false,$newest_state->newgraded)); fwrite ($bf,full_tag("SUMPENALTY",$level + 2,false,$newest_state->sumpenalty)); + fwrite ($bf,full_tag("MANUALCOMMENT",$level + 2,false,$newest_state->manualcomment)); //End newest_state $status = fwrite ($bf,end_tag("NEWEST_STATE",$level + 1,true)); }