diff options
author | bbaetz%acm.org <> | 2003-02-07 15:19:01 +0000 |
---|---|---|
committer | bbaetz%acm.org <> | 2003-02-07 15:19:01 +0000 |
commit | 85bb266ec52df7baa3da77cab961eb7fcc18d330 (patch) | |
tree | f627b684b83ad91129b9bb7f7180b8c126e9d004 /buglist.cgi | |
parent | 7407cb3069182253ff4218450237bec5726f21d2 (diff) | |
download | bugs-85bb266ec52df7baa3da77cab961eb7fcc18d330.tar bugs-85bb266ec52df7baa3da77cab961eb7fcc18d330.tar.gz bugs-85bb266ec52df7baa3da77cab961eb7fcc18d330.tar.bz2 bugs-85bb266ec52df7baa3da77cab961eb7fcc18d330.tar.xz bugs-85bb266ec52df7baa3da77cab961eb7fcc18d330.zip |
Bug 191863 - Clean up Bugzilla.pm
r=gerv, justdave
a=justdave
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-x | buglist.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buglist.cgi b/buglist.cgi index 680b836cf..e8a21d76e 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -629,7 +629,7 @@ if ($serverpush) { # Connect to the shadow database if this installation is using one to improve # query performance. -Bugzilla->instance->switch_to_shadow_db(); +Bugzilla->switch_to_shadow_db(); # Normally, we ignore SIGTERM and SIGPIPE (see globals.pl) but we need to # respond to them here to prevent someone DOSing us by reloading a query |