- <?php
- /**
- * @see uninstall_plugin()
- *
- * @package mod_nasatlx
- * @copyright 2014 LInE - http://line.ime.usp.br
- * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
- */
- /**
- * Custom uninstallation procedure
- */
- function xmldb_nasatlx_uninstall() {
- return true;
- }
|