Bug 18179: Update existing calls
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 18 Apr 2017 16:50:36 +0000 (13:50 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 28 Apr 2017 10:48:31 +0000 (06:48 -0400)
commit2a2b9739117e74232c9a7abde516b1c436d4bad3
tree995cfededc728fed10ae4ac7e47a58db3bae5e54
parenta1fcf1818c8d9f23d9c870e93c41c67a27faf603
Bug 18179: Update existing calls

This patch updates the existing occurrences of ->find called in a list
context.
There are certainly others that are not easy to catch with git grep.
Test plan:
Confirm that the 4 modified scripts still works as expected.

We need this one ASAP in master to make sure we will not get other
side-effects of this kind and to catch possible uncaught occurrences
before the release.

Tested scripts changed by this patch, they work as expected.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
members/memberentry.pl
members/moremember.pl
members/pay.pl
opac/opac-user.pl