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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
de0f9e64
Commit
de0f9e64
authored
May 28, 1999
by
terry%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops; was flailing if rankdir wasn't defined.
parent
f4217d26
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
showdependencygraph.cgi
showdependencygraph.cgi
+3
-1
No files found.
showdependencygraph.cgi
View file @
de0f9e64
...
...
@@ -45,6 +45,9 @@ sub AddLink {
print
"Content-type: text/html\n\n"
;
PutHeader
(
"Dependency graph"
,
"Dependency graph"
,
$id
);
$::FORM
{
'rankdir'
}
=
"LR"
if
!
defined
$::FORM
{
'rankdir'
};
if
(
defined
$id
)
{
ConnectToDatabase
();
quietly_check_login
();
...
...
@@ -150,7 +153,6 @@ node [URL="${urlbase}show_bug.cgi?id=\\N", style=filled, color=lightgrey]
$::FORM
{
'id'
}
=
""
;
$::FORM
{
'doall'
}
=
0
;
$::FORM
{
'showsummary'
}
=
0
;
$::FORM
{
'rankdir'
}
=
"LR"
;
}
print
"
...
...
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