From 2a1259be365ea6ccd0ac493df01e233952c53612 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 1 Feb 2023 10:12:38 -0500 Subject: [PATCH] attempt to stop warnings --- 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 3c323775ba..d40ee76449 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