[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface loncommon.pm

raeburn raeburn at source.lon-capa.org
Fri Feb 21 19:02:14 EST 2014


raeburn		Sat Feb 22 00:02:14 2014 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	loncommon.pm 
  Log:
  - For 2.11
    - Backport 1.1177.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1075.2.66 loncom/interface/loncommon.pm:1.1075.2.67
--- loncom/interface/loncommon.pm:1.1075.2.66	Wed Feb 19 19:49:30 2014
+++ loncom/interface/loncommon.pm	Sat Feb 22 00:02:13 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1075.2.66 2014/02/19 19:49:30 raeburn Exp $
+# $Id: loncommon.pm,v 1.1075.2.67 2014/02/22 00:02:13 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -15047,7 +15047,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