MDL-13866 scale ratings do not work in forum; merged from MOODLE_19_STABLE

This commit is contained in:
skodak 2008-03-10 21:19:45 +00:00
parent a7e51d62f3
commit 347037d838
2 changed files with 2 additions and 2 deletions

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

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;