--- loncom/lonnet/perl/lonnet.pm 2001/03/22 16:13:22 1.115 +++ loncom/lonnet/perl/lonnet.pm 2001/03/27 13:35:35 1.116 @@ -1243,9 +1243,9 @@ sub definerole { # ---------------- Make a metadata query against the network of library servers sub metadata_query { - my ($query,$custom)=@_; - # need to put in a loop here and return list - unless ($custom) { + my ($query,$custom,$customshow)=@_; + # need to put in a library server loop here and return list + unless ($custom or $customshow) { my $reply=&reply("querysend:".&escape($query),'msul3'); return $reply; }