uninstall.php 294 B

12345678910111213141516
  1. <?php
  2. /**
  3. * @see uninstall_plugin()
  4. *
  5. * @package mod_nasatlx
  6. * @copyright 2014 LInE - http://line.ime.usp.br
  7. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  8. */
  9. /**
  10. * Custom uninstallation procedure
  11. */
  12. function xmldb_nasatlx_uninstall() {
  13. return true;
  14. }