--- loncom/interface/spreadsheet/lonspreadsheet.pm 2003/05/27 19:17:07 1.5 +++ loncom/interface/spreadsheet/lonspreadsheet.pm 2003/05/27 20:05:46 1.6 @@ -1,5 +1,5 @@ # -# $Id: lonspreadsheet.pm,v 1.5 2003/05/27 19:17:07 matthew Exp $ +# $Id: lonspreadsheet.pm,v 1.6 2003/05/27 20:05:46 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -58,7 +58,6 @@ use Apache::classcalc(); use Apache::studentcalc(); use Apache::assesscalc(); use Apache::Constants qw(:common :http); -use Apache::lonmenu(); use Apache::lonnet; use Apache::lonhtmlcommon; use HTML::Entities(); @@ -313,8 +312,7 @@ ENDSCRIPT '
'); $r->print(&hiddenfield('sname' ,$ENV{'form.sname'}). &hiddenfield('sdomain',$ENV{'form.sdomain'}). - &hiddenfield('usymb' ,$ENV{'form.usymb'}). - &Apache::lonmenu::regflush()); + &hiddenfield('usymb' ,$ENV{'form.usymb'})); $r->rflush(); ## ## Determine the filename to use