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:
e404dff
)
"fixed version number to make http://cvs.moodle.org/contrib/tools/check_upgrade_savep...
author
Dongsheng Cai
<unoter@gmail.com>
Mon, 17 May 2010 09:51:40 +0000
(09:51 +0000)
committer
Dongsheng Cai
<unoter@gmail.com>
Mon, 17 May 2010 09:51:40 +0000
(09:51 +0000)
mod/wiki/db/upgrade.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/wiki/db/upgrade.php
b/mod/wiki/db/upgrade.php
index
67ff351
..
f275deb
100644
(file)
--- a/
mod/wiki/db/upgrade.php
+++ b/
mod/wiki/db/upgrade.php
@@
-312,7
+312,7
@@
function xmldb_wiki_upgrade($oldversion) {
//}
//}
//echo $OUTPUT->notification('Droping old tables', 'notifysuccess');
- //upgrade_mod_savepoint($result, 20100401
1
0, 'wiki');
+ //upgrade_mod_savepoint($result, 20100401
2
0, 'wiki');
}
return $result;