--- loncom/interface/lonsearchcat.pm 2003/12/08 18:43:10 1.193 +++ loncom/interface/lonsearchcat.pm 2003/12/16 15:00:56 1.195 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.193 2003/12/08 18:43:10 sakharuk Exp $ +# $Id: lonsearchcat.pm,v 1.195 2003/12/16 15:00:56 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -549,7 +549,7 @@ if (&Apache::lonnet::allowed('bre',$ENV{ my $Statement=&mt('Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'); $scrout.=(<$CatalogSearch -
+ $hidden_fields

@@ -602,7 +602,7 @@ ENDDOCUMENT $scrout.=(<

$lt{'header'}

- + $hidden_fields

@@ -3190,7 +3190,6 @@ sub start_fresh_session { sub cleanup { if (tied(%groupsearch_db)) { - &Apache::lonnet::logthis('Cleanup searchcat: groupsearch_db'); unless (untie(%groupsearch_db)) { &Apache::lonnet::logthis('Failed cleanup searchcat: groupsearch_db'); }