Merged from STABLE_18
This commit is contained in:
thepurpleblob 2007-09-18 12:30:19 +00:00
parent c767d3b7d3
commit ad2cd664d7

View File

@ -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 '';
}