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