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 --- collectstats.pl | 3 --- 1 file changed, 3 deletions(-) (limited to 'collectstats.pl') diff --git a/collectstats.pl b/collectstats.pl index 08f1c1131..761c648c8 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -59,9 +59,6 @@ if (chdir("graphs")) { chdir($cwd); } -# This is a pure command line script. -Bugzilla->usage_mode(USAGE_MODE_CMDLINE); - my $dbh = Bugzilla->switch_to_shadow_db(); -- cgit v1.2.3-24-g4f1b