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

www lon-capa-cvs@mail.lon-capa.org
Wed, 22 May 2002 16:21:50 -0000


www		Wed May 22 12:21:50 2002 EDT

  Modified files:              
    /loncom/interface	lonsearchcat.pm 
  Log:
  Stupid hack to keep people from pressing "Search", "Search", "Search", ...
  when slow in response
  
  
Index: loncom/interface/lonsearchcat.pm
diff -u loncom/interface/lonsearchcat.pm:1.118 loncom/interface/lonsearchcat.pm:1.119
--- loncom/interface/lonsearchcat.pm:1.118	Wed May 22 12:08:52 2002
+++ loncom/interface/lonsearchcat.pm	Wed May 22 12:21:50 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Search Catalog
 #
-# $Id: lonsearchcat.pm,v 1.118 2002/05/22 16:08:52 www Exp $
+# $Id: lonsearchcat.pm,v 1.119 2002/05/22 16:21:50 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -142,6 +142,11 @@
 	    return OK;
 	}
     }
+
+# --------------------------- Produce some output, so people know it is working
+
+    $r->print("\n");
+    $r->rflush;
 
 # ----------------------------------- configure dynamic components of interface