[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
raeburn
raeburn at source.lon-capa.org
Wed Feb 19 19:56:15 EST 2014
raeburn Thu Feb 20 00:56:15 2014 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
- Order: first name before last name in account creation screen.
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1176 loncom/interface/loncommon.pm:1.1177
--- loncom/interface/loncommon.pm:1.1176 Wed Feb 19 15:50:56 2014
+++ loncom/interface/loncommon.pm Thu Feb 20 00:56:15 2014
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1176 2014/02/19 15:50:56 raeburn Exp $
+# $Id: loncommon.pm,v 1.1177 2014/02/20 00:56:15 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -15051,7 +15051,7 @@
}
sub emailusername_info {
- my @fields = ('lastname','firstname','institution','web','location','officialemail');
+ my @fields = ('firstname','lastname','institution','web','location','officialemail');
my %titles = &Apache::lonlocal::texthash (
lastname => 'Last Name',
firstname => 'First Name',
More information about the LON-CAPA-cvs
mailing list