MDL-13866 scale ratings do not work in forum

This commit is contained in:
skodak
2008-03-10 21:18:44 +00:00
parent bbf2de8d3b
commit 7ff4e151ed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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;