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

www lon-capa-cvs@mail.lon-capa.org
Mon, 16 Jun 2003 19:42:02 -0000


www		Mon Jun 16 15:42:02 2003 EDT

  Modified files:              
    /loncom/interface	lonsearchcat.pm 
  Log:
  I have seen too many people who don't know what to do next ...
  
  
Index: loncom/interface/lonsearchcat.pm
diff -u loncom/interface/lonsearchcat.pm:1.178 loncom/interface/lonsearchcat.pm:1.179
--- loncom/interface/lonsearchcat.pm:1.178	Mon Jun 16 15:18:00 2003
+++ loncom/interface/lonsearchcat.pm	Mon Jun 16 15:42:02 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Search Catalog
 #
-# $Id: lonsearchcat.pm,v 1.178 2003/06/16 19:18:00 matthew Exp $
+# $Id: lonsearchcat.pm,v 1.179 2003/06/16 19:42:02 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2369,7 +2369,7 @@
          ."</center>\n"
          );
     if ($total_results == 0) {
-        $r->print("There are currently no results.\n".
+        $r->print("<h3>There are currently no results.</h3>Please try to reload this page, which will update the display.\n".
                   "</form></body></html>");
         return;
     } else {