"REPOSITORY, UPGRADE/MDL-18354, upgrade/install repository plugins using moodle hook"
[moodle.git] / repository / upload / db / upgrade.php
CommitLineData
8763ab76 1<?php
2function xmldb_repository_upload_upgrade($oldversion) {
3 $result = true;
4 /**
5 if ($result && $oldversion < 2009031000) {
6 }
7 */
8 return $result;
9}