mirror of
https://github.com/moodle/moodle.git
synced 2025-04-12 03:52:16 +02:00
Merge branch 'MDL-43773-master' of https://github.com/lucisgit/moodle
This commit is contained in:
commit
c88dba093e
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user