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

bisitz bisitz@source.lon-capa.org
Wed, 22 Apr 2009 16:44:36 -0000


bisitz		Wed Apr 22 16:44:36 2009 EDT

  Modified files:              
    /loncom/interface	lonuserutils.pm 
  Log:
  Flush headline to inform the user that something is in progress
  instead of offering an empty screen before first output (which may take a while)
  
  
Index: loncom/interface/lonuserutils.pm
diff -u loncom/interface/lonuserutils.pm:1.86 loncom/interface/lonuserutils.pm:1.87
--- loncom/interface/lonuserutils.pm:1.86	Sat Apr  4 21:47:41 2009
+++ loncom/interface/lonuserutils.pm	Wed Apr 22 16:44:36 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Utility functions for managing LON-CAPA user accounts
 #
-# $Id: lonuserutils.pm,v 1.86 2009/04/04 21:47:41 bisitz Exp $
+# $Id: lonuserutils.pm,v 1.87 2009/04/22 16:44:36 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3607,6 +3607,8 @@
         } else {
             $r->print('<h3>'.&mt('Adding/Modifying Users')."</h3>\n<p>\n");
         }
+        $r->rflush;
+
         my %counts = (
                        user => 0,
                        auth => 0,