mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-52383 Calendar: fix versions
This commit is contained in:
parent
a721339193
commit
d3220ca34f
2 changed files with 4 additions and 4 deletions
|
@ -4807,7 +4807,7 @@ function xmldb_main_upgrade($oldversion) {
|
|||
upgrade_main_savepoint(true, 2016011301.00);
|
||||
}
|
||||
|
||||
if ($oldversion < 2016011500.00) {
|
||||
if ($oldversion < 2016011901.00) {
|
||||
|
||||
// Convert calendar_lookahead to nearest new value.
|
||||
$transaction = $DB->start_delegated_transaction();
|
||||
|
@ -4847,7 +4847,7 @@ function xmldb_main_upgrade($oldversion) {
|
|||
$rs->close();
|
||||
$transaction->allow_commit();
|
||||
|
||||
upgrade_main_savepoint(true, 2016011500.00);
|
||||
upgrade_main_savepoint(true, 2016011901.00);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue