X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fc6a8e32312e79e924c4d46e0ac43a49b8a264e8..b036b590c654f3d36c532a9366deeddc096a5026:/SL/IC.pm diff --git a/SL/IC.pm b/SL/IC.pm index f6ceaceb1..751a1473b 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -1081,7 +1081,7 @@ SQL $main::lxdebug->leave_sub(); - return wantarray ? @{ $form->{parts} } : $form->{parts}; + return @{ $form->{parts} }; } sub _create_filter_for_priceupdate {