--- loncom/interface/lonparmset.pm 2002/11/19 19:20:50 1.77 +++ loncom/interface/lonparmset.pm 2002/11/19 19:26:35 1.78 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.77 2002/11/19 19:20:50 matthew Exp $ +# $Id: lonparmset.pm,v 1.78 2002/11/19 19:26:35 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1380,16 +1380,15 @@ sub crsenv { if ($name =~ /^spreadsheet_default_(classcalc| studentcalc| assesscalc)$/x) { - my $sheettype = $1; + my $sheettype = $1; if ($sheettype eq 'classcalc') { # no need to do anything since viewing the sheet will - # cause it to be updated. + # cause it to be updated. } elsif ($sheettype eq 'studentcalc') { # expire all the student spreadsheets &Apache::lonnet::expirespread('','','studentcalc'); } else { # expire all the default assessment spreadsheets - # ACK! No way to do this currently!!!!! Bummer! } }