enrol_cost)) $frm->enrol_cost = '5'; if (!isset($frm->enrol_currency)) $frm->enrol_currency = 'USD'; if (!isset($frm->enrol_mailstudents)) $frm->enrol_mailstudents = ''; if (!isset($frm->enrol_mailteachers)) $frm->enrol_mailteachers = ''; if (!isset($frm->enrol_mailadmins)) $frm->enrol_mailadmins = ''; if (!isset($frm->an_login)) $frm->an_login = ''; if (!isset($frm->an_tran_key)) $frm->an_tran_key = ''; if (!isset($frm->an_password)) $frm->an_password = ''; if (!isset($frm->an_referer)) $frm->an_referer = 'http://'; if (!isset($frm->an_avs)) $frm->an_avs = ''; if (!isset($frm->an_test)) $frm->an_test = ''; if (!isset($frm->an_review)) $frm->an_review = ''; if (!isset($frm->an_capture_day)) $frm->an_capture_day = '5'; if (!isset($frm->an_emailexpired)) $frm->an_emailexpired = '2'; if (!isset($frm->an_emailexpiredteacher)) $frm->an_emailexpiredteacher = ''; if (!isset($frm->an_sorttype)) $frm->an_sorttype = 'ttl'; if (!isset($frm->an_teachermanagepay)) $frm->an_teachermanagepay = ''; if (isset($CFG->an_cutoff)) { $cutoff = intval($CFG->an_cutoff); $mins = $cutoff % 60; $hrs = ($cutoff - $mins) / 60; $frm->an_cutoff_hour = $hrs; $frm->an_cutoff_min = $mins; } if (!isset($frm->an_cutoff_hour)) { $timezone = format_float(get_user_timezone_offset(), 1); $frm->an_cutoff_hour = intval($timezone); $frm->an_cutoff_min = (intval(round($timezone)) != intval($timezone)) ? 35 : 5; } if (!isset($frm->acceptccs)) { $frm->acceptccs = array_keys(get_list_of_creditcards()); $CFG->an_acceptccs = implode(',', $frm->acceptccs); } ?> wwwroot, 0, 5) !== 'https') { /* https && loginhttps */ ?>

enrol_cost:
enrol_currency: enrol_currency, "","", "") ?>
an_teachermanagepay: an_teachermanagepay)) ?>
loginhttps: loginhttps) ? "off" : "on") ?> url = "$CFG->wwwroot/$CFG->admin/config.php#configsectionsecurity"; print_string("logindesc", "enrol_authorize", $a) ?>

an_login:
an_tran_key:
an_password:
an_referer:
an_cutoff: an_cutoff_hour,$frm->an_cutoff_min),5); ?>
an_avs: an_avs)) ?>
an_test: an_test)) ?>
an_acceptccs: $val) { print_checkbox('acceptccs[]', $key, stristr($CFG->an_acceptccs, $key) !== false, $val); echo "
\n"; } ?>

an_review: an_review)) ?>
an_capture_day: an_capture_day) ?>

an_emailexpired: an_emailexpired) ?>
an_emailexpiredteacher: an_emailexpiredteacher)) ?>
an_sorttype: get_string('adminemailexpiredsortsum', 'enrol_authorize'), 'cnt' => get_string('adminemailexpiredsortcount', 'enrol_authorize')); choose_from_menu($sorts, "an_sorttype", $frm->an_sorttype, "","", "") ?>
enrol_mailstudents: enrol_mailstudents)) ?>
enrol_mailteachers: enrol_mailteachers)) ?>
enrol_mailadmins: enrol_mailadmins)) ?>