]> wagnertech.de Git - mfinanz.git/blobdiff - SL/IC.pm
IC: raus mit wantarray, wird eh nur einmal verwendet
[mfinanz.git] / SL / IC.pm
index f6ceaceb105b6f545116af8d969b5ec7ba538608..751a1473b39969f42e8c22403d34f55d771d158b 100644 (file)
--- 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 {