From 85bb266ec52df7baa3da77cab961eb7fcc18d330 Mon Sep 17 00:00:00 2001 From: "bbaetz%acm.org" <> Date: Fri, 7 Feb 2003 15:19:01 +0000 Subject: Bug 191863 - Clean up Bugzilla.pm r=gerv, justdave a=justdave --- collectstats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'collectstats.pl') diff --git a/collectstats.pl b/collectstats.pl index 27a6e1840..bdc027a68 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -43,7 +43,7 @@ if (chdir("graphs")) { ConnectToDatabase(); GetVersionTable(); -Bugzilla->instance->switch_to_shadow_db(); +Bugzilla->switch_to_shadow_db(); my @myproducts; push( @myproducts, "-All-", @::legal_product ); -- cgit v1.2.3-24-g4f1b