<?php
function xmldb_mymodule_upgrade($oldversion) {
global $CFG; $result = TRUE;
// Insert PHP code from XMLDB Editor here
return $result;
} ?>