diff --git a/mod/forum/db/upgrade.php b/mod/forum/db/upgrade.php index bce988f1e9f..f4a39f0429a 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 c4507d5ccf1..b399e7a1af9 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;