]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-13866 scale ratings do not work in forum; merged from MOODLE_19_STABLE
authorskodak <skodak>
Mon, 10 Mar 2008 21:19:45 +0000 (21:19 +0000)
committerskodak <skodak>
Mon, 10 Mar 2008 21:19:45 +0000 (21:19 +0000)
mod/forum/db/upgrade.php
mod/forum/version.php

index bce988f1e9f222b9a07820ac00afe891caa2ba8f..f4a39f0429a5e288fed389432d9795716f759cee 100644 (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
index c4507d5ccf1fe332f0340c3a0fd9d6abf88ee8b5..b399e7a1af9ed1129eb9198d30393390daf9b20c 100644 (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;