--- loncom/interface/lonsearchcat.pm 2014/02/23 22:16:20 1.331.4.10 +++ loncom/interface/lonsearchcat.pm 2014/02/22 18:12:09 1.342 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.331.4.10 2014/02/23 22:16:20 raeburn Exp $ +# $Id: lonsearchcat.pm,v 1.342 2014/02/22 18:12:09 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -193,7 +193,7 @@ sub handler { &Apache::lonnet::logthis('lonsearchcat:'. 'Unable to recover data from '. $persistent_db_file); - my $msg = + my $msg = &mt('We were unable to retrieve data describing your search.'). ' '.&mt('This is a serious error and has been logged.'). '
'. @@ -432,7 +432,7 @@ sub hidden_field { =pod =over 4 - + =item &print_basic_search_form() Prints the form for the basic search. Sorry the name is so cryptic.