]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-13899 force resending of all assignment grades into gradebook so that the submitt...
authorskodak <skodak>
Wed, 19 Mar 2008 23:20:00 +0000 (23:20 +0000)
committerskodak <skodak>
Wed, 19 Mar 2008 23:20:00 +0000 (23:20 +0000)
mod/assignment/db/upgrade.php
mod/assignment/version.php

index 6d8f37bff6c331ff3337276a3f546ab2bbaf9688..6055bc5fa59159ca5f16139c609c4bd090644ac8 100644 (file)
@@ -47,7 +47,7 @@ function xmldb_assignment_upgrade($oldversion=0) {
         $result = execute_sql($sql);
     }
 
-    if ($result && $oldversion < 2007101510) {
+    if ($result && $oldversion < 2007101511) {
         notify('Processing assignment grades, this may take a while if there are many assignments...', 'notifysuccess');
         // change grade typo to text if no grades MDL-13920
         require_once $CFG->dirroot.'/mod/assignment/lib.php';
index 64f7f3a6ca46dff78de4015fd2711dd4ea2b34fb..dcaf4a12ee649bc16ee4f845e5e5596f79b08598 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;