Diff for /loncom/interface/statistics/lonstathelpers.pm between versions 1.43 and 1.44

version 1.43, 2005/03/10 16:58:52 version 1.44, 2005/03/14 20:28:22
Line 1292  sub get_time_limits { Line 1292  sub get_time_limits {
   
 Inputs: @Sections, an array of sections  Inputs: @Sections, an array of sections
   
 Returns: A text description of the sections selected.  Returns: A plaintext description of the sections selected.
   
 =cut  =cut
   
Line 1340  sub manage_caches { Line 1340  sub manage_caches {
         join(',',          join(',',
              map {               map {
                      &Apache::lonnet::escape($_);                       &Apache::lonnet::escape($_);
                  } sort(@Apache::lonstatistics::SelectedSections)                   } sort(&Apache::lonstatistics::get_selected_sections())
              );               );
     my $statuskey = $Apache::lonstatistics::enrollment_status;      my $statuskey = $Apache::lonstatistics::enrollment_status;
     if (exists($ENV{'form.ClearCache'}) ||       if (exists($ENV{'form.ClearCache'}) || 

Removed from v.1.43  
changed lines
  Added in v.1.44


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