Diff for /loncom/interface/lontrackstudent.pm between versions 1.28 and 1.29

version 1.28, 2009/03/26 17:36:39 version 1.29, 2009/05/14 14:23:56
Line 600  sub handler { Line 600  sub handler {
         if ($sname =~ /^$LONCAPA::username_re$/           if ($sname =~ /^$LONCAPA::username_re$/ 
     && $sdom =~ /^$LONCAPA::domain_re$/) {      && $sdom =~ /^$LONCAPA::domain_re$/) {
             $r->print('<h2>'.              $r->print('<h2>'.
                       &mt('Recent activity of [_1]:[_2]',$sname,$sdom).                        &mt('Recent activity of [_1]',$sname.':'.$sdom).
                       '</h2>');                        '</h2>');
             $r->print('<p class="LC_info">'              $r->print('<p class="LC_info">'
                      .&mt('Compiling student activity data can take a long time.'                       .&mt('Compiling student activity data can take a long time.'

Removed from v.1.28  
changed lines
  Added in v.1.29


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