]> git.mjollnir.org Git - moodle.git/commitdiff
Typo!
authorthepurpleblob <thepurpleblob>
Tue, 18 Sep 2007 12:30:19 +0000 (12:30 +0000)
committerthepurpleblob <thepurpleblob>
Tue, 18 Sep 2007 12:30:19 +0000 (12:30 +0000)
Merged from STABLE_18

question/format/xhtml/format.php

index 2ae9029c13b5ac8bb2b6bbd2f2169035fba04956..62e924cbd8e73b5997baf621284ab58ba1359c97 100755 (executable)
@@ -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 '';
     }