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:
28d72ad
)
MDL-35622 - fix crazy character causing upgrade problems
author
Dan Poltawski
<dan@moodle.com>
Mon, 18 Feb 2013 03:55:29 +0000
(11:55 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Mon, 18 Feb 2013 03:55:29 +0000
(11:55 +0800)
Can you see it?!
lib/db/upgrade.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/db/upgrade.php
b/lib/db/upgrade.php
index
3785ad7
..
23e4b67
100644
(file)
--- a/
lib/db/upgrade.php
+++ b/
lib/db/upgrade.php
@@
-1599,7
+1599,7
@@
function xmldb_main_upgrade($oldversion) {
array($extension)
);
}
- upgrade_main_savepoint(true, 2013021801.00);
=
+ upgrade_main_savepoint(true, 2013021801.00);
}
return true;