From: tjhunt Date: Mon, 15 Sep 2008 04:20:23 +0000 (+0000) Subject: MDL-16492: the fix for MDL-16411 broke the fix for MDL-16200. Fix it. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4906997bbb214a483560ec3be820150d5bb44622;p=moodle.git MDL-16492: the fix for MDL-16411 broke the fix for MDL-16200. Fix it. --- diff --git a/mod/quiz/db/upgrade.php b/mod/quiz/db/upgrade.php index 61305afa38..0ee90aae78 100644 --- a/mod/quiz/db/upgrade.php +++ b/mod/quiz/db/upgrade.php @@ -192,7 +192,7 @@ function xmldb_quiz_upgrade($oldversion) { /// we need to say that these tables are already installed, otherwise XMLDB /// will try to create them again and give an error. if ($result && $oldversion < 2008082600) { - set_config('qtype_datasetdependent_version', 2008082600); + set_config('version', 2008082600, 'qtype_datasetdependent'); upgrade_mod_savepoint($result, 2008082600, 'quiz'); }