--- loncom/interface/lonsearchcat.pm 2003/10/08 20:35:33 1.185.2.1 +++ loncom/interface/lonsearchcat.pm 2003/09/29 16:09:20 1.189 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.185.2.1 2003/10/08 20:35:33 albertel Exp $ +# $Id: lonsearchcat.pm,v 1.189 2003/09/29 16:09:20 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -82,6 +82,7 @@ use Text::Query; use GDBM_File; use Apache::loncommon(); use Apache::lonmysql(); +use Apache::lonlocal; # ---------------------------------------- variables used throughout the module @@ -186,7 +187,7 @@ sub handler { # This button is different for the RAT compared to # normal invocation. # - $r->content_type('text/html'); + &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; return OK if $r->header_only; ## @@ -440,7 +441,7 @@ sub course_search { } &untiehash(); unless ($totalfound) { - $r->print('
No resources found.
'); + $r->print(''.&mt('No resources found').'.
'); } # =================================================== Done going through course $r->print('