. /** * @see uninstall_plugin() * * @package mod * @subpackage sqlbox * @copyright 2012 Jan Klemkow , Benjamin Franzke * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ /** * Custom uninstallation procedure */ function xmldb_sqlbox_uninstall() { return true; }