This commit is contained in:
thepurpleblob
2007-09-18 12:29:06 +00:00
parent dc1a8255ba
commit cf71b80e65
+1 -1
View File
@@ -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 '';
}