From: justdave%syndicomm.com <> Date: Fri, 1 Mar 2002 14:46:51 +0000 (+0000) Subject: Fix for bug 112537: Missing bug summaries in dependencytree view w/ depth limit X-Git-Tag: bugzilla-2.16rc1~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab4e4fe77939e9489aafde4ccc4fb2730e075a1a;p=thirdparty%2Fbugzilla.git Fix for bug 112537: Missing bug summaries in dependencytree view w/ depth limit Patch by Andreas Franke r= bbaetz, gerv --- diff --git a/showdependencytree.cgi b/showdependencytree.cgi index b23c3bf8b1..4baa349769 100755 --- a/showdependencytree.cgi +++ b/showdependencytree.cgi @@ -151,7 +151,7 @@ sub DumpKids { |; } - if (exists $seen{$kid}) { + if (exists $printed{$kid}) { $short_desc = "<This bug appears elsewhere in this tree>"; } else {