. /** * Code that is executed before the tables and data are dropped during the plugin uninstallation. * * @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 uninstallation procedure. */ function xmldb_timetable_uninstall() { return true; }