--- loncom/interface/Attic/lonspreadsheet.pm 2001/03/21 01:43:22 1.50 +++ loncom/interface/Attic/lonspreadsheet.pm 2001/03/21 15:38:47 1.51 @@ -5,7 +5,7 @@ # 12/08,12/09,12/11,12/12,12/15,12/16,12/18,12/19,12/30, # 01/01/01,02/01,03/01,19/01,20/01,22/01, # 03/05,03/08,03/10,03/12,03/13,03/15,03/17, -# 03/19,03/20 Gerd Kortemeyer +# 03/19,03/20,03/21 Gerd Kortemeyer package Apache::lonspreadsheet; @@ -1519,7 +1519,7 @@ sub forcedrecalc { } } else { if (&checkthis('::studentcalc:',$time) || - &checkthis($uname.':'.$udom.':studencalc:',$time)) { + &checkthis($uname.':'.$udom.':studentcalc:',$time)) { return 1; } }