--- loncom/interface/lonsearchcat.pm 2007/03/03 01:54:00 1.280 +++ loncom/interface/lonsearchcat.pm 2007/03/12 17:06:15 1.281 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.280 2007/03/03 01:54:00 albertel Exp $ +# $Id: lonsearchcat.pm,v 1.281 2007/03/12 17:06:15 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2510,7 +2510,8 @@ END @Servers_to_contact = ($serverlist); } } else { - @Servers_to_contact = sort(keys(%Apache::lonnet::libserv)); + my %all_library_servers = &Apache::lonnet::all_library(); + @Servers_to_contact = sort(keys(%all_library_servers)); } my %Server_status; #