upgrade_mod_savepoint(true, 2010102800, 'wiki');
}
- if ($oldversion < 2010122300) {
+ if ($oldversion < 2011011000) {
// Fix wiki in the post table after upgrade from 1.9
$table = new xmldb_table('wiki');
$dbman->drop_field($table, $field);
}
- upgrade_mod_savepoint(true, 2010122300, 'wiki');
+ upgrade_mod_savepoint(true, 2011011000, 'wiki');
}
return true;
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
-$module->version = 2010122700; // The current module version (Date: YYYYMMDDXX)
+$module->version = 2011011000; // The current module version (Date: YYYYMMDDXX)
$module->requires = 2010080300;
$module->cron = 0; // Period for cron to check this module (secs)