MDL-43773 mod_choice: Swap order of name column headings in text export
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user