--- loncom/interface/spreadsheet/assesscalc.pm 2003/05/23 14:08:40 1.6 +++ loncom/interface/spreadsheet/assesscalc.pm 2003/05/23 14:52:51 1.7 @@ -1,5 +1,5 @@ # -# $Id: assesscalc.pm,v 1.6 2003/05/23 14:08:40 matthew Exp $ +# $Id: assesscalc.pm,v 1.7 2003/05/23 14:52:51 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -697,6 +697,7 @@ Writes the export data for this spreadsh ############################################# sub save_export_data { my $self = shift; + return if ($self->temporary()); my $student = $self->{'name'}.':'.$self->{'domain'}; my $symb = $self->{'symb'}; if (! exists($Exportrows{$symb}) ||