3 function xmldb_repository_remotemoodle_upgrade($oldversion) {
7 $dbman = $DB->get_manager();
10 /// And upgrade begins here. For each one, you'll need one
11 /// block of code similar to the next one. Please, delete
12 /// this comment lines once this file start handling proper
15 /// if ($result && $oldversion < YYYYMMDD00) { //New version in version.php
16 /// $result = result of database_manager methods