Bump!
Deletion (or move to site course) of orphan categories executed in the upgrade process. Now we shouldn't have such orphans anymore! B-) Part of bug 2459 (http://moodle.org/bugs/bug.php?op=show&bugid=2459) Important NOTE: In the upgrade code for postgreSQL I've included some steps that weren't up to date. They seem to standard SQL code but they should be tested properly.... hope all works!
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2005052004; // The (date) version of this module
|
||||
$module->version = 2005060300; // The (date) version of this module
|
||||
$module->requires = 2005021600; // Requires this Moodle version
|
||||
$module->cron = 0; // How often should cron check this module (seconds)?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user