. /** * @see uninstall_plugin() * * @package mod * @subpackage newmodule * @copyright 2011 Your Name * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ /** * Custom uninstallation procedure */ function xmldb_newmodule_uninstall() { return true; }