From cf71b80e6582ff84cb751586e729413f116a3615 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Tue, 18 Sep 2007 12:29:06 +0000 Subject: [PATCH] Typo! --- question/format/xhtml/format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/format/xhtml/format.php b/question/format/xhtml/format.php index 1a74c21c2fc..43de9c01d77 100755 --- a/question/format/xhtml/format.php +++ b/question/format/xhtml/format.php @@ -20,7 +20,7 @@ function writequestion( $question ) { // question reflects database fields for general question and specific to type // if a category switch, just ignore - if ($question-qtype=='category') { + if ($question->qtype=='category') { return ''; }