|
|
|
|
tool_sync_course_filedeleteidentifier)) set_config('tool_sync_course_filedeleteidentifier', 0);
$identifieroptions = array('0' => 'idnumber', '1' => 'shortname', '2' => 'id');
echo html_writer::select($identifieroptions, 'tool_sync_course_filedeleteidentifier', @$frm->tool_sync_course_filedeleteidentifier);
?>
|
|
|
|
|
|
|
|
|
tool_sync_course_existfileidentifier)) set_config('tool_sync_course_existfileidentifier', 0);
$identifieroptions = array('0' => 'idnumber', '1' => 'shortname', '2' => 'id');
echo html_writer::select($identifieroptions, 'tool_sync_course_existfileidentifier', @$frm->tool_sync_course_existfileidentifier);
?>
|
|
|
|
|
|
tool_sync_course_resetfileidentifier)) set_config('tool_sync_course_resetfileidentifier', 1);
$identifieroptions = array('0' => 'idnumber', '1' => 'shortname', '2' => 'id');
echo html_writer::select($identifieroptions, 'tool_sync_course_existfileidentifier', @$frm->tool_sync_course_resetfileidentifier);
?>
|
|
|
tool_sync_forcecourseupdate)) ? ' checked="checked" ' : '' ; ?> />
- tool_sync_forcecourseupdate)) ? ' checked="checked" ' : '' ; ?> />
|
|