From ad2cd664d7067b9e7bdfdfa96fc476dd203df174 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Tue, 18 Sep 2007 12:30:19 +0000 Subject: [PATCH] Typo! Merged from STABLE_18 --- 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 2ae9029c13..62e924cbd8 100755 --- a/question/format/xhtml/format.php +++ b/question/format/xhtml/format.php @@ -23,7 +23,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 ''; } -- 2.39.5