Diff for /loncom/interface/statistics/lonstudentassessment.pm between versions 1.118 and 1.119

version 1.118, 2005/03/11 20:26:32 version 1.119, 2005/03/14 20:28:22
Line 173  sub BuildStudentAssessmentPage { Line 173  sub BuildStudentAssessmentPage {
     if (! exists($ENV{'form.notfirstrun'}) && ! $single_student_mode) {      if (! exists($ENV{'form.notfirstrun'}) && ! $single_student_mode) {
         return;          return;
     }      }
       $r->print('<h4>'.
                 &Apache::lonstatistics::section_and_enrollment_description().
                 '</h4>');
     #      #
     my $initialize     = \&html_initialize;      my $initialize     = \&html_initialize;
     my $output_student = \&html_outputstudent;      my $output_student = \&html_outputstudent;
Line 1048  sub excel_initialize { Line 1051  sub excel_initialize {
     #      #
     # Put a description of the sections listed      # Put a description of the sections listed
     my $sectionstring = '';      my $sectionstring = '';
     my @Sections = @Apache::lonstatistics::SelectedSections;      my @Sections = &Apache::lonstatistics::get_selected_sections();
     if (scalar(@Sections) > 1) {      if (scalar(@Sections) > 1) {
         if (scalar(@Sections) > 2) {          if (scalar(@Sections) > 2) {
             my $last = pop(@Sections);              my $last = pop(@Sections);

Removed from v.1.118  
changed lines
  Added in v.1.119


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