diff options
Diffstat (limited to 'showdependencygraph.cgi')
-rwxr-xr-x | showdependencygraph.cgi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi index 5fadce998..162dd2afb 100755 --- a/showdependencygraph.cgi +++ b/showdependencygraph.cgi @@ -199,9 +199,6 @@ my $sth = $dbh->prepare( foreach my $k (keys(%seen)) { # Retrieve bug information from the database my ($stat, $resolution, $summary) = $dbh->selectrow_array($sth, undef, $k); - $stat ||= 'NEW'; - $resolution ||= ''; - $summary ||= ''; # Resolution and summary are shown only if user can see the bug if (!Bugzilla->user->can_see_bug($k)) { |