--- loncom/interface/spreadsheet/studentcalc.pm 2003/11/17 19:55:41 1.24 +++ loncom/interface/spreadsheet/studentcalc.pm 2003/12/08 19:58:39 1.25 @@ -1,5 +1,5 @@ # -# $Id: studentcalc.pm,v 1.24 2003/11/17 19:55:41 matthew Exp $ +# $Id: studentcalc.pm,v 1.25 2003/12/08 19:58:39 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -363,7 +363,7 @@ sub csv_rows { # writes the meat of the spreadsheet to an excel worksheet. Called # by Spreadsheet::outsheet_excel; my $self = shift; - my ($filehandle) = @_; + my ($connection,$filehandle) = @_; # # Write a header row $self->csv_output_row($filehandle,undef, @@ -389,7 +389,7 @@ sub excel_rows { # writes the meat of the spreadsheet to an excel worksheet. Called # by Spreadsheet::outsheet_excel; my $self = shift; - my ($worksheet,$cols_output,$rows_output) = @_; + my ($connection,$worksheet,$cols_output,$rows_output) = @_; # # Write a header row $cols_output = 0;