--- loncom/interface/lonwhatsnew.pm 2013/10/21 23:31:24 1.105.2.7 +++ loncom/interface/lonwhatsnew.pm 2013/12/14 02:08:30 1.105.2.9 @@ -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.9 2013/12/14 02:08:30 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -799,7 +799,7 @@ function toggle_countunread(choice) { .'
' .&mt("This can increase the time taken to gather data for the [_1]What's New Page[_2] by a few seconds.",'','') .'  ' - .&mt('Currently set to [_1].',''.$current.'.') + .&mt('Currently set to [_1].',''.$current.'') ); $r->print('

@@ -1866,7 +1866,7 @@ sub display_crslogins { 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'); }