MDL-29126 gradebook: made text export with tabs as separator work

This commit is contained in:
Andrew Davis (andyjdavis) 2011-09-01 15:21:04 +08:00
parent 9805fb9f17
commit a485083171

View File

@ -51,7 +51,7 @@ if ($groupmode == SEPARATEGROUPS and !$currentgroup and !has_capability('moodle/
// process post information
if ($data = $mform->get_data()) {
$export = new grade_export_txt($course, $currentgroup, '', false, false, $data->display, $data->decimals);
$export = new grade_export_txt($course, $currentgroup, '', false, false, $data->display, $data->decimals, $data->separator);
// print the grades on screen for feedback