Diff for /loncom/interface/lonstatistics.pm between versions 1.83 and 1.84

version 1.83, 2003/10/02 17:07:41 version 1.84, 2003/10/02 17:08:53
Line 921  sub Gather_Full_Student_Data { Line 921  sub Gather_Full_Student_Data {
     my ($r) = @_;      my ($r) = @_;
     my $c = $r->connection();      my $c = $r->connection();
     #      #
       &Apache::loncoursedata::clear_internal_caches();
       #
     my @Students = @Apache::lonstatistics::Students;      my @Students = @Apache::lonstatistics::Students;
     #      #
     # Open the progress window      # Open the progress window

Removed from v.1.83  
changed lines
  Added in v.1.84


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