From e50b7bd4c927abd1ad9d902a14e5b78ed9d43848 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 7 Jan 2008 20:42:41 -0600 Subject: [PATCH] Removing Carp call from guided_reports.pl Signed-off-by: Joshua Ferraro --- reports/guided_reports.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl index 9d0bc05630..26cdb41535 100755 --- a/reports/guided_reports.pl +++ b/reports/guided_reports.pl @@ -16,13 +16,12 @@ # You should have received a copy of the GNU General Public License along with # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA -use CGI::Carp qw(fatalsToBrowser warningsToBrowser); + use strict; -use C4::Auth; use CGI; -use C4::Output; use C4::Reports; - +use C4::Auth; +use C4::Output; =head1 NAME Script to control the guided report creation @@ -36,6 +35,7 @@ Script to control the guided report creation my $input = new CGI; my $referer = $input->referer(); + my ( $template, $borrowernumber, $cookie ) = get_template_and_user( { template_name => "reports/guided_reports_start.tmpl", -- 2.39.5