--- loncom/interface/lonsearchcat.pm 2002/09/16 12:52:33 1.156 +++ loncom/interface/lonsearchcat.pm 2002/09/16 20:09:45 1.157 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.156 2002/09/16 12:52:33 matthew Exp $ +# $Id: lonsearchcat.pm,v 1.157 2002/09/16 20:09:45 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -171,6 +171,10 @@ string that holds portions of the screen sub handler { my $r = shift; # + + my $loaderror=&Apache::lonnet::overloaderror($r); + if ($loaderror) { return $loaderror; } + my $closebutton; # button that closes the search window # This button is different for the RAT compared to # normal invocation.