[open-ils-commits] r14379 - tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Oct 12 14:00:39 EDT 2009


Author: miker
Date: 2009-10-12 14:00:35 -0400 (Mon, 12 Oct 2009)
New Revision: 14379

Modified:
   tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm
Log:
only need to send address search params once now

Modified: tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm
===================================================================
--- tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm	2009-10-12 18:00:17 UTC (rev 14378)
+++ tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm	2009-10-12 18:00:35 UTC (rev 14379)
@@ -602,7 +602,7 @@
 		  LIMIT $limit
 	SQL
 
-	return actor::user->db_Main->selectcol_arrayref($select, {Columns=>[scalar(@$sort)]}, map {lc($_)} (@usrv, at phonev, at identv, at namev, at addrv, at addrv));
+	return actor::user->db_Main->selectcol_arrayref($select, {Columns=>[scalar(@$sort)]}, map {lc($_)} (@usrv, at phonev, at identv, at namev, at addrv));
 }
 __PACKAGE__->register_method(
 	api_name	=> 'open-ils.storage.actor.user.crazy_search',



More information about the open-ils-commits mailing list