--- loncom/interface/Attic/lonspreadsheet.pm 2003/03/20 19:10:27 1.178 +++ loncom/interface/Attic/lonspreadsheet.pm 2003/05/27 15:50:30 1.179 @@ -1,5 +1,5 @@ # -# $Id: lonspreadsheet.pm,v 1.178 2003/03/20 19:10:27 matthew Exp $ +# $Id: lonspreadsheet.pm,v 1.179 2003/05/27 15:50:30 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -57,6 +57,7 @@ use strict; use Apache::Constants qw(:common :http); use Apache::lonnet; use Apache::lonhtmlcommon; +use Apache::lonmenu; use HTML::Entities(); # --------------------------------------------------------- Various form fields @@ -244,7 +245,8 @@ ENDSCRIPT &hiddenfield('udom',$ENV{'form.udom'}). &hiddenfield('usymb',$ENV{'form.usymb'}). &hiddenfield('unewfield',''). - &hiddenfield('unewformula','')); + &hiddenfield('unewformula',''). + &Apache::lonmenu::regflush()); $r->rflush(); # # Full recalc?