--- loncom/interface/lonwhatsnew.pm 2005/07/15 05:43:42 1.26 +++ loncom/interface/lonwhatsnew.pm 2005/07/15 06:11:16 1.27 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.26 2005/07/15 05:43:42 albertel Exp $ +# $Id: lonwhatsnew.pm,v 1.27 2005/07/15 06:11:16 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -208,6 +208,7 @@ sub display_actions_box() { if ($result) { $r->print($result.'
'); } + $r->rflush(); &get_curr_thresholds(\%threshold,$cdom,$crs); &getitems(\%unread,\%ungraded,\%bombed,\%triggered,\@newdiscussions,\@tograde,\@bombs,\@warnings,$rowColor1,$rowColor2,\%threshold,$cdom,$crs,%res_title);