From 90396d6fc5cbc8b8fb6cca86b157fdabda694fc2 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Mon, 14 Sep 2009 17:18:13 +0200 Subject: [PATCH] Fix broken guided_reports.pl --- reports/guided_reports.pl | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl index a0974e6be1..913e317436 100755 --- a/reports/guided_reports.pl +++ b/reports/guided_reports.pl @@ -469,21 +469,6 @@ sub header_cell_loop { return \@headers; } -foreach (1..6) { - $template->param('build' . $_) and $template->param(buildx => $_) and last; -} -$template->param( 'referer' => $input->referer(), - 'DHTMLcalendar_dateformat' => C4::Dates->DHTMLcalendar(), - ); - -output_html_with_http_headers $input, $cookie, $template->output; - my ($mastertables,$subtables) = create_compound($master,$subreport); - $template->param( 'save_compound' => 1, - master=>$mastertables, - subsql=>$subtables - ); -} - # pass $sth, get back an array of names for the column headers sub header_cell_values { my $sth = shift or return (); -- 2.20.1