X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/89360aadb2c3e0854a2815e5d0ed8a9efd1c5889..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 {