Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
e7282d67
Commit
e7282d67
authored
Jan 24, 2003
by
burnus%gmx.de
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 190437 - showdependencytree.cgi and showdependencygraph should use switch_to_shadow_db
r=bbaetz a=justdave
parent
8f0598f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
showdependencygraph.cgi
showdependencygraph.cgi
+4
-0
showdependencytree.cgi
showdependencytree.cgi
+4
-0
No files found.
showdependencygraph.cgi
View file @
e7282d67
...
...
@@ -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
;
...
...
showdependencytree.cgi
View file @
e7282d67
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment