--- loncom/interface/lonsearchcat.pm 2004/03/08 17:31:37 1.205 +++ loncom/interface/lonsearchcat.pm 2004/04/14 18:29:32 1.206 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.205 2004/03/08 17:31:37 www Exp $ +# $Id: lonsearchcat.pm,v 1.206 2004/04/14 18:29:32 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2236,11 +2236,10 @@ The 'title' field is set to "Untitled" i sub parse_raw_result { my ($result,$hostname) = @_; # conclude from self to others regarding fields - my %Fields=&Apache::lonmeta::metadata_col_to_hash( - map { - &Apache::lonnet::unescape($_); - } (split(/\,/,$result)) - ); + my %Fields=&LONCAPA::lonmetadata::metadata_col_to_hash + (map { + &Apache::lonnet::unescape($_); + } (split(/\,/,$result)) ); return %Fields; }