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 --- report.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'report.cgi') diff --git a/report.cgi b/report.cgi index d113e6d89..99566d67c 100755 --- a/report.cgi +++ b/report.cgi @@ -46,7 +46,7 @@ GetVersionTable(); confirm_login(); -Bugzilla->instance->switch_to_shadow_db(); +Bugzilla->switch_to_shadow_db(); my $action = $cgi->param('action') || 'menu'; -- cgit v1.2.3-24-g4f1b