Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
"REPOSITORY, UPGRADE/MDL-18354, upgrade/install repository plugins using moodle hook"
[moodle.git]
/
repository
/
upload
/
db
/
upgrade.php
Commit
Line
Data
8763ab76
1
<?php
2
function xmldb_repository_upload_upgrade($oldversion) {
3
$result = true;
4
/**
5
if ($result && $oldversion < 2009031000) {
6
}
7
*/
8
return $result;
9
}