From e85356f91d44b97e9a87f081a01833f8ae39788e Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Mon, 30 Jan 2023 13:51:51 -0500 Subject: [PATCH] Revert "more log warning fixes" This reverts commit a6c0358f8a720b79e6810adfec04041585163508. --- 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 ef9ff0e872..3c323775ba 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm @@ -2377,7 +2377,7 @@ sub unique_unnested_numbers { return uniq( map( int, - map { $_ && $_ eq 'NULL' ? undef : (split /,/, $_) } + map { $_ eq 'NULL' ? undef : (split /,/, $_) } map { substr($_, 1, -1) } @_ ) ); -- 2.11.0