$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';
// This fragment is called by /admin/index.php
////////////////////////////////////////////////////////////////////////////////
-$module->version = 2007101510;
+$module->version = 2007101511;
$module->requires = 2007101509; // Requires this Moodle version
$module->cron = 60;