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