Diff for /loncom/interface/lonstatistics.pm between versions 1.95 and 1.96

version 1.95, 2004/02/12 16:29:00 version 1.96, 2004/02/12 22:23:30
Line 1095  sub handler { Line 1095  sub handler {
                                              'SelectedStudent']);                                               'SelectedStudent']);
     #      #
     # Give the LON-CAPA page header      # Give the LON-CAPA page header
     $r->print(&Apache::lonhtmlcommon::Title('Course Statistics and Charts').      $r->print('<html><head><title>'.
                 &mt('Course Statistics and Charts').
                 "</title></head>\n".
                 &Apache::loncommon::bodytag('Course Statistics and Charts')."\n".
       &Apache::loncommon::help_open_faq(139).        &Apache::loncommon::help_open_faq(139).
       &Apache::loncommon::help_open_bug('Statistics and Charts'));        &Apache::loncommon::help_open_bug('Statistics and Charts'));
     $r->rflush();      $r->rflush();

Removed from v.1.95  
changed lines
  Added in v.1.96


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