install.php 566 B

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. * This file replaces the legacy STATEMENTS section in db/install.xml,
  4. * lib.php/modulename_install() post installation hook and partially defaults.php
  5. *
  6. * @package mod_nasatlx
  7. * @copyright 2014 LInE - http://line.ime.usp.br
  8. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  9. */
  10. /**
  11. * Post installation procedure
  12. *
  13. * @see upgrade_plugins_modules()
  14. */
  15. function xmldb_nasatlx_install() {
  16. }
  17. /**
  18. * Post installation recovery procedure
  19. *
  20. * @see upgrade_plugins_modules()
  21. */
  22. function xmldb_nasatlx_install_recovery() {
  23. }