. /** * Code to be executed after the plugin's database scheme has been installed is defined here. * * @package colab * @category upgrade * @copyright 2020 Your Name * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); /** * Custom code to be run on installing the plugin. */ function xmldb_colab_install() { return true; }