--- loncom/interface/spreadsheet/studentcalc.pm 2003/05/29 18:31:27 1.9 +++ loncom/interface/spreadsheet/studentcalc.pm 2003/06/12 21:17:11 1.11 @@ -1,5 +1,5 @@ # -# $Id: studentcalc.pm,v 1.9 2003/05/29 18:31:27 matthew Exp $ +# $Id: studentcalc.pm,v 1.11 2003/06/12 21:17:11 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -65,6 +65,7 @@ my %Exportrows = (); my $current_course; sub initialize { + &Apache::assesscalc::initialize(); &initialize_sequence_cache(); } @@ -332,7 +333,7 @@ sub csv_rows { # # Write a header row $self->csv_output_row($filehandle,undef, - ('Container','Assessment title')); + ('Sequence or Folder','Assessment title')); # # Write each assessments row if (scalar(@Sequences)< 1) {