Revert "attempt to stop warnings"
authorChris Sharp <csharp@georgialibraries.org>
Wed, 1 Feb 2023 15:22:37 +0000 (10:22 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 1 Feb 2023 15:22:37 +0000 (10:22 -0500)
This reverts commit 2a1259be365ea6ccd0ac493df01e233952c53612.

Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm

index d40ee76..3c32377 100644 (file)
@@ -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