From 62311126ae09507b29034c26fa17e1696c48a1d4 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 23 Apr 2008 15:39:58 +0000 Subject: [PATCH] =?utf8?q?=C3=9Cberfl=C3=BCssige=20Variable=20entfernt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/ReportGenerator.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SL/ReportGenerator.pm b/SL/ReportGenerator.pm index 34ef2b5cf..02c194070 100644 --- a/SL/ReportGenerator.pm +++ b/SL/ReportGenerator.pm @@ -707,8 +707,7 @@ sub generate_csv_content { } else { foreach my $row (@{ $self->{custom_headers} }) { - my $fields = [ ]; - my $skip_next = 0; + my $fields = [ ]; foreach my $col (@{ $row }) { my $num_output = ($col->{colspan} && ($col->{colspan} > 1)) ? $col->{colspan} : 1; -- 2.20.1