]> git.mjollnir.org Git - moodle.git/commitdiff
forgot to check this in
authortoyomoyo <toyomoyo>
Fri, 9 Mar 2007 02:59:52 +0000 (02:59 +0000)
committertoyomoyo <toyomoyo>
Fri, 9 Mar 2007 02:59:52 +0000 (02:59 +0000)
question/backuplib.php

index 00b2fc2542cf49b8c635cfce9fe72b4271b39b02..8403024aba4ea4aeaaf92cdfb7bb09a74fa74654 100644 (file)
                 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));
             }