From a21368498f5dcaf21d86f691d57d995c3013fc35 Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 27 Dec 2005 18:52:25 +0000 Subject: [PATCH] removing duplicate check, one less function call git-svn-id: svn://svn.open-ils.org/ILS/trunk@2532 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../src/perlmods/OpenILS/Application/Storage/Publisher/asset.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/asset.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/asset.pm index d90a39a72b..0a33b3a81a 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/asset.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/asset.pm @@ -171,7 +171,7 @@ sub multiranged_asset_stat_cat { my $collector = ' INTERSECT '; my $entry_method = 'open-ils.storage.multiranged.intersect.asset.stat_cat_entry.search.stat_cat'; if ($self->api_name =~ /union/o) { - $collector = ' UNION ' if ($self->api_name =~ /union/o); + $collector = ' UNION '; $entry_method = 'open-ils.storage.multiranged.union.asset.stat_cat_entry.search.stat_cat'; } -- 2.43.2