. /** * imsenterprise enrolment plugin installation. * * @package enrol_imsenterprise * @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(); /** * Post installation procedure */ function xmldb_enrol_imsenterprise_install() { global $CFG, $DB; }