From 714aaf918a7942ca95cc955c908950ff6a45d130 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 23 Jan 2009 01:11:21 +0000 Subject: [PATCH] shortanswer qtype: MDL-17800 Fix merge problem. Thanks to Oleg for spotting this. --- question/type/shortanswer/questiontype.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/question/type/shortanswer/questiontype.php b/question/type/shortanswer/questiontype.php index 269e903ae6..6e125c194e 100644 --- a/question/type/shortanswer/questiontype.php +++ b/question/type/shortanswer/questiontype.php @@ -262,6 +262,8 @@ class question_shortanswer_qtype extends default_questiontype { $status = $status && $DB->update_record($questionextensiontable, $questionextradata); } } + + return $status; } /** -- 2.39.5