. /** * This file replaces the legacy STATEMENTS section in db/install.xml, * lib.php/modulename_install() post installation hook and partially defaults.php * * @package mod_workshop * @copyright 2009 David Mudrak * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); /** * This is called at the beginning of the uninstallation process to give the module * a chance to clean-up its hacks, bits etc. where possible. * * @return bool true if success */ function mod_workshop_uninstall() { // global $DB; // $dbman = $DB->get_manager(); return true; }