Merge branch 'MDL-43773-master' of https://github.com/lucisgit/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2014-01-27 17:18:56 +01:00
commit c88dba093e

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";