From: miker Date: Mon, 5 Feb 2007 20:59:45 +0000 (+0000) Subject: try this X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=35e1b4a3dfbd78caea79c777befebe3ccf6d442e;p=Evergreen.git try this git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6893 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm index a10269f4f0..36d60c5b0e 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm @@ -513,7 +513,7 @@ sub patron_search { } my $order_by = join ', ', map { 'LOWER(users.'. (split / /,$_)[0] . ') ' . (split / /,$_)[1] } @$sort; - my $distinct_by = join ', ', map { 'LOWER(users.'. (split / /,$_)[0] . ')' } @$sort; + my $distinct_list = join ', ', map { 'LOWER(users.'. (split / /,$_)[0] . ')' } @$sort; if ($inactive) { $inactive = '';