From 6e9890b3595860cd0a00de0960e2484a2909cf7b Mon Sep 17 00:00:00 2001 From: Jason Cleeland Date: Sun, 22 Aug 2004 07:23:46 +0000 Subject: [PATCH] Bugfix bugfix: "Label for $qa[7]" should have read label for $ia[7]. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1132 b72ed6b6-b9f8-46b5-92b4-906544132732 --- question.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question.php b/question.php index e7e73508b5f..3409a433456 100644 --- a/question.php +++ b/question.php @@ -447,7 +447,7 @@ { echo "\n\t\n"; echo "\t\t\t\t
"; - $question=""; + $question=""; $answer=$qa[1]; $help=$qa[2]; $questioncode=$qa[5];