From 377314aee52c99d85815c180288d0c6151de730b Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Fri, 9 Mar 2007 02:59:52 +0000 Subject: [PATCH] forgot to check this in --- question/backuplib.php | 1 + 1 file changed, 1 insertion(+) 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)); } -- 2.39.5