X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/22cf5fb67293f9bde99b9f0a48f982e3d396d3bd..65b7c724e:/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 {