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

raeburn raeburn at source.lon-capa.org
Sun Nov 3 13:59:29 EST 2013


raeburn		Sun Nov  3 18:59:29 2013 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	lonwhatsnew.pm 
  Log:
  - For 2.11
    - Backport 1.115. 
  
  
Index: loncom/interface/lonwhatsnew.pm
diff -u loncom/interface/lonwhatsnew.pm:1.105.2.7 loncom/interface/lonwhatsnew.pm:1.105.2.8
--- loncom/interface/lonwhatsnew.pm:1.105.2.7	Mon Oct 21 23:31:24 2013
+++ loncom/interface/lonwhatsnew.pm	Sun Nov  3 18:59:29 2013
@@ -1,5 +1,5 @@
 #
-# $Id: lonwhatsnew.pm,v 1.105.2.7 2013/10/21 23:31:24 raeburn Exp $
+# $Id: lonwhatsnew.pm,v 1.105.2.8 2013/11/03 18:59:29 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1866,7 +1866,7 @@
                             my $udom = $user->{'udom'};
                             my $fullname;
                             if (ref($classlist->{$uname.':'.$udom}) eq 'ARRAY') {
-                                $fullname = $classlist->{$user}->[$fullnameidx];
+                                $fullname = $classlist->{$uname.':'.$udom}->[$fullnameidx];
                             } else {
                                 $fullname = &Apache::loncommon::plainname($uname,$udom,'lastname');
                             }




More information about the LON-CAPA-cvs mailing list