--- loncom/interface/spreadsheet/studentcalc.pm 2003/05/29 18:39:58 1.10 +++ loncom/interface/spreadsheet/studentcalc.pm 2003/06/12 21:17:11 1.11 @@ -1,5 +1,5 @@ # -# $Id: studentcalc.pm,v 1.10 2003/05/29 18:39:58 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(); }