Skip to content

Commit

Permalink
Bugfix bugfix: "Label for $qa[7]" should have read label for $ia[7].
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1132 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Aug 22, 2004
1 parent 2bce6a3 commit 6e9890b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question.php
Expand Up @@ -447,7 +447,7 @@
{
echo "\n\t<!-- NEW QUESTION -->\n";
echo "\t\t\t\t<div name='$qa[4]' id='$qa[4]'>";
$question="<label for='$qa[7]'>" . $qa[0] . "</label>";
$question="<label for='$ia[7]'>" . $qa[0] . "</label>";
$answer=$qa[1];
$help=$qa[2];
$questioncode=$qa[5];
Expand Down

0 comments on commit 6e9890b

Please sign in to comment.