Merge branch 'MDL-29126_export_separator_20' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user