set_url('/enrol/imsenterprise/importnow.php'); $PAGE->set_title("$site->shortname: $str->enrolments"); $PAGE->set_heading($site->fullname); $PAGE->navbar->add($str->administration, new moodle_url('/admin/index.php')); $PAGE->navbar->add($str->enrolments); $PAGE->navbar->add('IMS import'); echo $OUTPUT->header(); require_once('enrol.php'); //echo "Creating the IMS Enterprise enroller object\n"; $enrol = new enrolment_plugin_imsenterprise(); ?>

Launching the IMS Enterprise "cron" function. The import log will appear below (giving details of any problems that might require attention).

cron();
?>
footer(); exit; ?>