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:
b97532d
)
MDL-34600 upgrade.php - fix trailing whitespace
author
Dan Poltawski
<dan@moodle.com>
Tue, 7 Aug 2012 00:42:03 +0000
(08:42 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Tue, 7 Aug 2012 00:43:07 +0000
(08:43 +0800)
lib/db/upgrade.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/db/upgrade.php
b/lib/db/upgrade.php
index
2bc7149
..
dcb9f2d
100644
(file)
--- a/
lib/db/upgrade.php
+++ b/
lib/db/upgrade.php
@@
-949,6
+949,5
@@
function xmldb_main_upgrade($oldversion) {
upgrade_main_savepoint(true, 2012062501.08);
}
-
return true;
}