Diff for /loncom/interface/statistics/lonproblemstatistics.pm between versions 1.102 and 1.103

version 1.102, 2005/03/14 20:28:22 version 1.103, 2005/03/27 05:08:03
Line 1299  sub Excel_output { Line 1299  sub Excel_output {
     # Put a description of the sections listed      # Put a description of the sections listed
     my $sectionstring = '';      my $sectionstring = '';
     $excel_sheet->write($rows_output,$cols_output++,      $excel_sheet->write($rows_output,$cols_output++,
                         &Apache::lonstathelpers::sections_description                          &Apache::lonstatistics::section_and_enrollment_description('plaintext'),
                             (&Apache::lonstatistics::get_selected_sections()),  
                         $format->{'h3'});                          $format->{'h3'});
     $cols_output += scalar(&Apache::lonstatistics::get_selected_sections());      $cols_output += scalar(&Apache::lonstatistics::get_selected_sections());
     #      #

Removed from v.1.102  
changed lines
  Added in v.1.103


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