mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
Merge branch 'MDL-39585-filters-upgrade' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
6d0e18efe8
@ -1524,7 +1524,7 @@ function xmldb_main_upgrade($oldversion) {
|
||||
upgrade_main_savepoint(true, 2012120300.04);
|
||||
}
|
||||
|
||||
if ($oldversion < 2012120300.07) {
|
||||
if ($oldversion < 2012123000.00) {
|
||||
// Purge removed module filters and all their settings.
|
||||
|
||||
$tables = array('filter_active', 'filter_config');
|
||||
@ -1561,7 +1561,7 @@ function xmldb_main_upgrade($oldversion) {
|
||||
unset($filter);
|
||||
|
||||
// Main savepoint reached.
|
||||
upgrade_main_savepoint(true, 2012120300.07);
|
||||
upgrade_main_savepoint(true, 2012123000.00);
|
||||
}
|
||||
|
||||
if ($oldversion < 2013021100.01) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user