diff options
author | bbaetz%acm.org <> | 2003-02-07 16:19:01 +0100 |
---|---|---|
committer | bbaetz%acm.org <> | 2003-02-07 16:19:01 +0100 |
commit | 85bb266ec52df7baa3da77cab961eb7fcc18d330 (patch) | |
tree | f627b684b83ad91129b9bb7f7180b8c126e9d004 /report.cgi | |
parent | 7407cb3069182253ff4218450237bec5726f21d2 (diff) | |
download | bugzilla-85bb266ec52df7baa3da77cab961eb7fcc18d330.tar.gz bugzilla-85bb266ec52df7baa3da77cab961eb7fcc18d330.tar.xz |
Bug 191863 - Clean up Bugzilla.pm
r=gerv, justdave
a=justdave
Diffstat (limited to 'report.cgi')
-rwxr-xr-x | report.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |