Changed to allow correct responses (match_sub) to be restored

This commit is contained in:
stronk7
2003-07-03 23:04:26 +00:00
parent ed51459ee4
commit 90c2f403e2
+1
View File
@@ -272,6 +272,7 @@
foreach ($matchs as $match) {
$status =fwrite ($bf,start_tag("MATCH",7,true));
//Print match contents
fwrite ($bf,full_tag("ID",8,false,$match->id));
fwrite ($bf,full_tag("QUESTIONTEXT",8,false,$match->questiontext));
fwrite ($bf,full_tag("ANSWERTEXT",8,false,$match->answertext));
$status =fwrite ($bf,end_tag("MATCH",7,true));