--- loncom/interface/lonsearchcat.pm 2003/06/16 20:54:39 1.180 +++ loncom/interface/lonsearchcat.pm 2003/06/17 15:53:56 1.181 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.180 2003/06/16 20:54:39 matthew Exp $ +# $Id: lonsearchcat.pm,v 1.181 2003/06/17 15:53:56 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -207,7 +207,7 @@ sub handler { ## this once, so the pause indicator is deleted ## if (exists($ENV{'form.pause'})) { - sleep(3); + sleep(1); delete($ENV{'form.pause'}); } ## @@ -866,6 +866,7 @@ sub get_persistent_form_data { untie (%persistent_db); return 1; } + ###################################################################### ###################################################################### @@ -2394,7 +2395,8 @@ sub display_results { ."\n" ); if ($total_results == 0) { - $r->print("

There are currently no results.

Please try to reload this page, which will update the display.\n". + $r->print(''. + '

There are currently no results.

'. ""); return; } else {