Diff for /loncom/interface/lonwhatsnew.pm between versions 1.105.2.7 and 1.105.2.9

version 1.105.2.7, 2013/10/21 23:31:24 version 1.105.2.9, 2013/12/14 02:08:30
Line 799  function toggle_countunread(choice) { Line 799  function toggle_countunread(choice) {
              .'<br />'               .'<br />'
              .&mt("This can increase the time taken to gather data for the [_1]What's New Page[_2] by a few seconds.",'<i>','</i>')               .&mt("This can increase the time taken to gather data for the [_1]What's New Page[_2] by a few seconds.",'<i>','</i>')
              .'&nbsp;&nbsp;'               .'&nbsp;&nbsp;'
              .&mt('Currently set to [_1].','<b>'.$current.'</b>.')               .&mt('Currently set to [_1].','<b>'.$current.'</b>')
     );      );
     $r->print('<br /><br />      $r->print('<br /><br />
 <form method="post" name="discussionswitch" action="/adm/whatsnew">  <form method="post" name="discussionswitch" action="/adm/whatsnew">
Line 1866  sub display_crslogins { Line 1866  sub display_crslogins {
                             my $udom = $user->{'udom'};                              my $udom = $user->{'udom'};
                             my $fullname;                              my $fullname;
                             if (ref($classlist->{$uname.':'.$udom}) eq 'ARRAY') {                              if (ref($classlist->{$uname.':'.$udom}) eq 'ARRAY') {
                                 $fullname = $classlist->{$user}->[$fullnameidx];                                  $fullname = $classlist->{$uname.':'.$udom}->[$fullnameidx];
                             } else {                              } else {
                                 $fullname = &Apache::loncommon::plainname($uname,$udom,'lastname');                                  $fullname = &Apache::loncommon::plainname($uname,$udom,'lastname');
                             }                              }

Removed from v.1.105.2.7  
changed lines
  Added in v.1.105.2.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>