From 04b87e4db280abf52558de611416e3abf72ee397 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 1 Feb 2023 10:22:37 -0500 Subject: [PATCH] Revert "attempt to stop warnings" This reverts commit 2a1259be365ea6ccd0ac493df01e233952c53612. --- Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0