. /** * Code to be executed after the plugin's database scheme has been installed is defined here. * * @package mod_timetable * @category upgrade * @copyright 2020 Raphael Dannecker * @license https://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_timetable_install() { return true; }