X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FMoreCommon.pm;h=e93dd172e155d9a64834157e65bd6d7a0bf06468;hb=f6e8c87bc23cb8b31a554ce89af51d2c3b0a5efd;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;