IC: raus mit wantarray, wird eh nur einmal verwendet
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 30 Dec 2014 10:17:48 +0000 (11:17 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 30 Dec 2014 10:17:48 +0000 (11:17 +0100)
SL/IC.pm

index f6ceace..751a147 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 {