X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FMoreCommon.pm;h=e93dd172e155d9a64834157e65bd6d7a0bf06468;hb=544f83800e6f90112934ba965970eec9da7d8f5d;hp=48eef0cf93eca60a4a6b62f28c2aa93c88b25394;hpb=76c486e3bf157e844b0cf11828d55dae2cb7e439;p=kivitendo-erp.git diff --git a/SL/MoreCommon.pm b/SL/MoreCommon.pm index 48eef0cf9..e93dd172e 100644 --- a/SL/MoreCommon.pm +++ b/SL/MoreCommon.pm @@ -165,6 +165,5 @@ sub listify { my @ary = scalar @_ > 1 ? @_ : ref $_[0] eq 'ARRAY' ? @{ $_[0] } : (@_); return wantarray ? @ary : scalar @ary; } -+ 1;