From: skodak Date: Mon, 10 Mar 2008 21:19:45 +0000 (+0000) Subject: MDL-13866 scale ratings do not work in forum; merged from MOODLE_19_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=347037d8389357644dd1a960301dfcb51469389a;p=moodle.git MDL-13866 scale ratings do not work in forum; merged from MOODLE_19_STABLE --- diff --git a/mod/forum/db/upgrade.php b/mod/forum/db/upgrade.php index bce988f1e9..f4a39f0429 100644 --- a/mod/forum/db/upgrade.php +++ b/mod/forum/db/upgrade.php @@ -43,7 +43,7 @@ function xmldb_forum_upgrade($oldversion=0) { $result = $result && add_field($table, $field); } - if ($result and $oldversion < 2007101510) { + if ($result and $oldversion < 2007101511) { //MDL-13866 - send forum ratins to gradebook again require_once($CFG->dirroot.'/mod/forum/lib.php'); // too much debug output diff --git a/mod/forum/version.php b/mod/forum/version.php index c4507d5ccf..b399e7a1af 100644 --- a/mod/forum/version.php +++ b/mod/forum/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2007101510; +$module->version = 2007101511; $module->requires = 2007101509; // Requires this Moodle version $module->cron = 60;