]> git.evergreen-ils.org Git - Evergreen.git/commit
bug #600432: fix MARC expert search
authorgmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 30 Jun 2010 23:06:15 +0000 (23:06 +0000)
committergmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 30 Jun 2010 23:06:15 +0000 (23:06 +0000)
commit324913c861b22e8dcc0f2bf29674cd7536d9041c
tree927f694cc942a3293b68139a27ae8760f758e18f
parent2d5e44d44fc44edd56710a23a058f3d91a354a6b
bug #600432: fix MARC expert search

Fix gitch introduced via overzealous tidying that broke MARC
expert search; in the expression @array || $scalar, @array
is evaluated in scalar context and thus returns the number
of elements in it.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@16837 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/metabib.pm