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 --- reports.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reports.cgi') diff --git a/reports.cgi b/reports.cgi index 230fe32db..5c802ccfe 100755 --- a/reports.cgi +++ b/reports.cgi @@ -60,7 +60,7 @@ quietly_check_login(); GetVersionTable(); -Bugzilla->instance->switch_to_shadow_db(); +Bugzilla->switch_to_shadow_db(); # We only want those products that the user has permissions for. my @myproducts; -- cgit v1.2.3-24-g4f1b