shortanswer qtype: MDL-17800 Fix merge problem. Thanks to Oleg for spotting this.

This commit is contained in:
tjhunt 2009-01-23 01:11:21 +00:00
parent ab6c8aa0d6
commit 714aaf918a

View File

@ -262,6 +262,8 @@ class question_shortanswer_qtype extends default_questiontype {
$status = $status && $DB->update_record($questionextensiontable, $questionextradata);
}
}
return $status;
}
/**