Skip to content

Commit

Permalink
FIX: Unset the label arrays in the "F" Flexible Array answer type.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@569 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jul 23, 2003
1 parent 3c510f3 commit 302010d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qanda.php
Expand Up @@ -895,6 +895,8 @@
}
}
$answer .= "\t\t\t</table>\n";
unset($labelans);
unset($labelcode);
break;
}
$answer .= "\n\t\t\t<input type='hidden' name='display$ia[1]' id='display$ia[0]' value='";
Expand Down

0 comments on commit 302010d

Please sign in to comment.