summaryrefslogtreecommitdiffstats
path: root/collectstats.pl
diff options
context:
space:
mode:
authorbbaetz%acm.org <>2003-02-07 16:19:01 +0100
committerbbaetz%acm.org <>2003-02-07 16:19:01 +0100
commit85bb266ec52df7baa3da77cab961eb7fcc18d330 (patch)
treef627b684b83ad91129b9bb7f7180b8c126e9d004 /collectstats.pl
parent7407cb3069182253ff4218450237bec5726f21d2 (diff)
downloadbugzilla-85bb266ec52df7baa3da77cab961eb7fcc18d330.tar.gz
bugzilla-85bb266ec52df7baa3da77cab961eb7fcc18d330.tar.xz
Bug 191863 - Clean up Bugzilla.pm
r=gerv, justdave a=justdave
Diffstat (limited to 'collectstats.pl')
-rwxr-xr-xcollectstats.pl2
1 files changed, 1 insertions, 1 deletions
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 );