1234567891011121314151617181920212223242526 |
- <?php
- /**
- * This file replaces the legacy STATEMENTS section in db/install.xml,
- * lib.php/modulename_install() post installation hook and partially defaults.php
- *
- * @package mod_nasatlx
- * @copyright 2014 LInE - http://line.ime.usp.br
- * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
- */
- /**
- * Post installation procedure
- *
- * @see upgrade_plugins_modules()
- */
- function xmldb_nasatlx_install() {
- }
- /**
- * Post installation recovery procedure
- *
- * @see upgrade_plugins_modules()
- */
- function xmldb_nasatlx_install_recovery() {
- }
|