From b331e8b7e14065bc09fda56c0e292543efddd67c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Thu, 2 Feb 2017 23:07:06 +0100 Subject: [PATCH] Csv-Import: unbenutzte Variable entfernt --- SL/Controller/CsvImport.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/SL/Controller/CsvImport.pm b/SL/Controller/CsvImport.pm index 0da6e7005..014514d1f 100644 --- a/SL/Controller/CsvImport.pm +++ b/SL/Controller/CsvImport.pm @@ -163,7 +163,6 @@ sub action_report { } my $num_rows = $self->{report}->numrows; - my $num_cols = SL::DB::Manager::CsvImportReportRow->get_all_count(query => [ csv_import_report_id => $report_id, row => 0 ]); # manual paginating, yuck my $page = $::form->{page} || 1; -- 2.20.1