From 445ef592dd552ea93a31e81c9c4e3213b683b033 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Fri, 9 Mar 2007 02:58:20 +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 00b2fc2542c..8403024aba4 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)); }