--- loncom/interface/spreadsheet/studentcalc.pm 2003/09/08 18:25:26 1.19 +++ loncom/interface/spreadsheet/studentcalc.pm 2003/09/12 19:00:54 1.20 @@ -1,5 +1,5 @@ # -# $Id: studentcalc.pm,v 1.19 2003/09/08 18:25:26 matthew Exp $ +# $Id: studentcalc.pm,v 1.20 2003/09/12 19:00:54 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -589,6 +589,8 @@ Writes the export data for this student ############################################# sub save_export_data { my $self = shift; + &Apache::assesscalc::save_cached_export_rows($self->{'name'}, + $self->{'domain'}); return if ($self->temporary()); my $student = $self->{'name'}.':'.$self->{'domain'}; return if (! exists($Exportrows{$student}));