From 0ee4621e7828a205189368aa9b8a515574d9c030 Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Sun, 20 Aug 2006 00:20:23 +0000 Subject: Bug 224577: Bugzilla could use a web services interface. Patch by Marc Schumann ; r=mkanat; a=myk --- importxml.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'importxml.pl') diff --git a/importxml.pl b/importxml.pl index 68b2cd34f..b637f98fd 100755 --- a/importxml.pl +++ b/importxml.pl @@ -96,7 +96,7 @@ use XML::Twig; # We want to capture errors and handle them here rather than have the Template # code barf all over the place. -Bugzilla->batch(1); +Bugzilla->usage_mode(Bugzilla::Constants::USAGE_MODE_CMDLINE); my $debug = 0; my $mail = ''; -- cgit v1.2.3-24-g4f1b