mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-29126 gradebook: made text export with tabs as separator work
This commit is contained in:
parent
9805fb9f17
commit
a485083171
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user