. /** * Keeps track of upgrades to the auth_mnet plugin * * @package auth * @subpackage mnet * @copyright 2010 David Mudrak * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ /** * @param int $oldversion the version we are upgrading from * @return bool result */ function xmldb_auth_mnet_upgrade($oldversion) { global $CFG, $DB, $OUTPUT; $dbman = $DB->get_manager(); // Moodle v2.3.0 release upgrade line // Put any upgrade step following this return true; }