Bug 190437 - showdependencytree.cgi and showdependencygraph should use switch_to_shadow_db

r=bbaetz
a=justdave
This commit is contained in:
burnus%gmx.de 2003-01-24 10:59:08 +00:00
Родитель cec41a4834
Коммит e358f55fce
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -31,6 +31,10 @@ ConnectToDatabase();
quietly_check_login();
# Connect to the shadow database if this installation is using one to improve
# performance.
Bugzilla->instance->switch_to_shadow_db();
use vars qw($template $vars $userid);
my %seen;

Просмотреть файл

@ -37,6 +37,10 @@ ConnectToDatabase();
quietly_check_login();
# Connect to the shadow database if this installation is using one to improve
# performance.
Bugzilla->instance->switch_to_shadow_db();
# More warning suppression silliness.
$::userid = $::userid;