From: stronk7 Date: Wed, 3 Jun 2009 17:27:07 +0000 (+0000) Subject: MDL-19350 upgrade blocks - adding missing savepoints to question types X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=577ba35087323753e5e8c4f818bc5fb5e9e6f925;p=moodle.git MDL-19350 upgrade blocks - adding missing savepoints to question types --- diff --git a/question/type/multianswer/db/upgrade.php b/question/type/multianswer/db/upgrade.php index c0f732b6a0..ee85f12f2a 100644 --- a/question/type/multianswer/db/upgrade.php +++ b/question/type/multianswer/db/upgrade.php @@ -28,6 +28,8 @@ function xmldb_qtype_multianswer_upgrade($oldversion) { if ($result && $oldversion < 2008050800) { question_multianswer_fix_subquestion_parents_and_categories(); + /// multianswer savepoint reached + upgrade_plugin_savepoint($result, 2008050800, 'qtype', 'multianswer'); } return $result;