--- loncom/interface/Attic/lonspreadsheet.pm 2002/12/13 19:11:00 1.159 +++ loncom/interface/Attic/lonspreadsheet.pm 2003/01/06 19:43:01 1.160 @@ -1,5 +1,5 @@ # -# $Id: lonspreadsheet.pm,v 1.159 2002/12/13 19:11:00 matthew Exp $ +# $Id: lonspreadsheet.pm,v 1.160 2003/01/06 19:43:01 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2391,7 +2391,7 @@ sub updatestudentassesssheet { unless ((exists($sheet->{'rowlabel'}->{$usy}) && (defined($sheet->{'rowlabel'}->{$usy})) || (!$1) || ($formula =~ /^(~~~|---)/) )) { - $f{$_}='!!! Obsolete'; + $f{$cell}='!!! Obsolete'; $changed=1; } }