From: Chris Sharp Date: Wed, 1 Feb 2023 15:22:37 +0000 (-0500) Subject: Revert "attempt to stop warnings" X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=04b87e4db280abf52558de611416e3abf72ee397;p=evergreen%2Fpines.git Revert "attempt to stop warnings" This reverts commit 2a1259be365ea6ccd0ac493df01e233952c53612. --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm index d40ee76449..3c323775ba 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm @@ -2380,7 +2380,7 @@ sub unique_unnested_numbers { map { $_ eq 'NULL' ? undef : (split /,/, $_) } map { substr($_, 1, -1) } @_ ) - ) if defined $_; + ); } # Given a list of numbers, turn them into a PG array, skipping undef's