Skip to content

Commit

Permalink
MDL-29126 gradebook: made text export with tabs as separator work
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjdavis committed Sep 1, 2011
1 parent ddf3225 commit 35dd295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/export/txt/index.php
Expand Up @@ -51,7 +51,7 @@

// 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

Expand Down

0 comments on commit 35dd295

Please sign in to comment.