Bug 191863 - Clean up Bugzilla.pm

r=gerv, justdave
a=justdave


git-svn-id: svn://10.0.0.236/trunk@137528 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bbaetz%acm.org
2003-02-07 07:19:15 +00:00
parent b982b40de6
commit eaa2d33a5a
12 changed files with 69 additions and 108 deletions

View File

@@ -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);