mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 09:55:33 +02:00
Merge branch 'MDL-29126_export_separator' of git://github.com/andyjdavis/moodle
This commit is contained in:
commit
93eb27d4c0
@ -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