[LON-CAPA-cvs] cvs: loncom /interface lonwhatsnew.pm

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 15 Jul 2005 06:11:16 -0000


albertel		Fri Jul 15 02:11:16 2005 EDT

  Modified files:              
    /loncom/interface	lonwhatsnew.pm 
  Log:
  - though I already commited the rflush...
  
  
Index: loncom/interface/lonwhatsnew.pm
diff -u loncom/interface/lonwhatsnew.pm:1.26 loncom/interface/lonwhatsnew.pm:1.27
--- loncom/interface/lonwhatsnew.pm:1.26	Fri Jul 15 01:43:42 2005
+++ loncom/interface/lonwhatsnew.pm	Fri Jul 15 02:11:16 2005
@@ -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 @@
     if ($result) {
         $r->print($result.'<hr width="100%" />');
     }
+    $r->rflush();
 
     &get_curr_thresholds(\%threshold,$cdom,$crs);
     &getitems(\%unread,\%ungraded,\%bombed,\%triggered,\@newdiscussions,\@tograde,\@bombs,\@warnings,$rowColor1,$rowColor2,\%threshold,$cdom,$crs,%res_title);