MDL-43773 mod_choice: Swap order of name column headings in text export

This commit is contained in:
Tony Butler
2014-01-24 11:22:39 +00:00
parent b88bb98ab7
commit bd538db810
+1 -1
View File
@@ -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";