--- loncom/interface/spreadsheet/studentcalc.pm 2003/05/22 21:16:35 1.4 +++ loncom/interface/spreadsheet/studentcalc.pm 2003/05/23 14:52:51 1.5 @@ -1,5 +1,5 @@ # -# $Id: studentcalc.pm,v 1.4 2003/05/22 21:16:35 matthew Exp $ +# $Id: studentcalc.pm,v 1.5 2003/05/23 14:52:51 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -490,6 +490,7 @@ Writes the export data for this student ############################################# sub save_export_data { my $self = shift; + return if ($self->temporary()); my $student = $self->{'name'}.':'.$self->{'domain'}; return if (! exists($Exportrows{$student})); return if (! $self->is_default());