diff --git a/mod/choice/report.php b/mod/choice/report.php index bc51b5b170d..83244b171a3 100644 --- a/mod/choice/report.php +++ b/mod/choice/report.php @@ -191,7 +191,7 @@ /// Print names of all the fields - echo get_string("firstname")."\t".get_string("lastname") . "\t". get_string("idnumber") . "\t"; + echo get_string("lastname")."\t".get_string("firstname") . "\t". get_string("idnumber") . "\t"; echo get_string("group"). "\t"; echo get_string("choice","choice"). "\n";