Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
3994812
)
MDL-49987 upgrade: Correct missing main_savepoint update
author
Andrew Nicols
<andrew@nicols.co.uk>
Mon, 4 May 2015 06:40:09 +0000
(14:40 +0800)
committer
Andrew Nicols
<andrew@nicols.co.uk>
Mon, 4 May 2015 06:40:09 +0000
(14:40 +0800)
lib/db/upgrade.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/db/upgrade.php
b/lib/db/upgrade.php
index
12dd0c8
..
253c3c6
100644
(file)
--- a/
lib/db/upgrade.php
+++ b/
lib/db/upgrade.php
@@
-4372,7
+4372,7
@@
function xmldb_main_upgrade($oldversion) {
set_config('customusermenuitems', $newconfig);
}
- upgrade_main_savepoint(true, 2015050
300
.00);
+ upgrade_main_savepoint(true, 2015050
401
.00);
}
return true;