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 /showdependencygraph.cgi | |
parent | This checkin contains two fixes: (diff) | |
download | bugzilla-85bb266ec52df7baa3da77cab961eb7fcc18d330.tar.gz bugzilla-85bb266ec52df7baa3da77cab961eb7fcc18d330.tar.bz2 bugzilla-85bb266ec52df7baa3da77cab961eb7fcc18d330.zip |
Bug 191863 - Clean up Bugzilla.pm
r=gerv, justdave
a=justdave
Diffstat (limited to 'showdependencygraph.cgi')
-rwxr-xr-x | showdependencygraph.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi index 24d0cdfa5..77a1d4dc0 100755 --- a/showdependencygraph.cgi +++ b/showdependencygraph.cgi @@ -33,7 +33,7 @@ quietly_check_login(); # Connect to the shadow database if this installation is using one to improve # performance. -Bugzilla->instance->switch_to_shadow_db(); +Bugzilla->switch_to_shadow_db(); use vars qw($template $vars $userid); |