. /** * Post installation and migration code. * * Contains code that are run during the installation of report/logs * * @package report_log * @copyright 2011 Petr Skoda {@link http://skodak.org} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die; /** * Contains codes to be run during installation of report/logs * * @global moodle_database $DB * @return void */ function xmldb_report_log_install() { global $DB; }