From 1cc94ab3800b22c1742c947af2f2ef96a18621d8 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 2 Mar 2010 19:16:32 +0000 Subject: [PATCH] Not so fast, tex. The client sorted things, all right, but was completely messed up. Pursue wlayton's r14015 instead for client-side sorting. git-svn-id: svn://svn.open-ils.org/ILS/trunk@15657 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm b/Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm index aeab20ec3..27362a9c0 100755 --- a/Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm @@ -149,15 +149,7 @@ sub fetch_service_defs { }; %services = %$hash; # cache these internally so we can actually use the db-configured sources - - # Return a sorted list for easier handling in the client - my @sorted_sources; - foreach my $zsource (sort keys %$hash) { - if ($hash->{$zsource}->{name}) { - push @sorted_sources, $hash->{$zsource}; - } - } - return \@sorted_sources; + return $hash; } -- 2.11.0