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
(parent:
95190fd
)
MDL-39585 Fix the upgrade step version number
author
David Mudrák
<david@moodle.com>
Thu, 9 May 2013 09:57:56 +0000
(11:57 +0200)
committer
David Mudrák
<david@moodle.com>
Thu, 9 May 2013 09:57:56 +0000
(11:57 +0200)
lib/db/upgrade.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/db/upgrade.php
b/lib/db/upgrade.php
index
8420927
..
1e464e4
100644
(file)
--- a/
lib/db/upgrade.php
+++ b/
lib/db/upgrade.php
@@
-1524,7
+1524,7
@@
function xmldb_main_upgrade($oldversion) {
upgrade_main_savepoint(true, 2012120300.04);
}
- if ($oldversion < 201212
0300.07
) {
+ if ($oldversion < 201212
3000.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, 201212
0300.07
);
+ upgrade_main_savepoint(true, 201212
3000.00
);
}
if ($oldversion < 2013021100.01) {