projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab6c8aa
)
shortanswer qtype: MDL-17800 Fix merge problem. Thanks to Oleg for spotting this.
author
tjhunt
<tjhunt>
Fri, 23 Jan 2009 01:11:21 +0000
(
01:11
+0000)
committer
tjhunt
<tjhunt>
Fri, 23 Jan 2009 01:11:21 +0000
(
01:11
+0000)
question/type/shortanswer/questiontype.php
patch
|
blob
|
history
diff --git
a/question/type/shortanswer/questiontype.php
b/question/type/shortanswer/questiontype.php
index 269e903ae6e2492e10c1d47723c5d4b9ff5926e6..6e125c194e98aedba1dc410699136cf8afd26fdc 100644
(file)
--- 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;
}
/**