From bfa4c5aede92951fa43d3bee1b15b9773e3d20f2 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 16 Dec 2008 21:16:25 +0000 Subject: Bug 467701: USAGE_MODE_CMDLINE should be the default if not i_am_cgi() Patch By Max Kanat-Alexander r=LpSolit, a=LpSolit --- importxml.pl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'importxml.pl') diff --git a/importxml.pl b/importxml.pl index d2ff9cc67..fd8c27723 100755 --- a/importxml.pl +++ b/importxml.pl @@ -92,10 +92,6 @@ use Getopt::Long; use Pod::Usage; use XML::Twig; -# We want to capture errors and handle them here rather than have the Template -# code barf all over the place. -Bugzilla->usage_mode(Bugzilla::Constants::USAGE_MODE_CMDLINE); - my $debug = 0; my $mail = ''; my $attach_path = ''; -- cgit v1.2.3-24-g4f1b