$str->administration, 'link' => "../../$CFG->admin/index.php", 'type' => 'misc'); $navlinks[] = array('name' => $str->enrolments, 'link' => null, 'type' => 'misc'); $navlinks[] = array('name' => 'IMS import', 'link' => null, 'type' => 'misc'); $navigation = build_navigation($navlinks); print_header("$site->shortname: $str->enrolments", $site->fullname, $navigation); 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();
?>