]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 112537: Missing bug summaries in dependencytree view w/ depth limit
authorjustdave%syndicomm.com <>
Fri, 1 Mar 2002 14:46:51 +0000 (14:46 +0000)
committerjustdave%syndicomm.com <>
Fri, 1 Mar 2002 14:46:51 +0000 (14:46 +0000)
Patch by Andreas Franke <afranke@ags.uni-sb.de>
r= bbaetz, gerv

showdependencytree.cgi

index b23c3bf8b1d71004bab66b12fece10d4cb1b14af..4baa3497690d7e76e440834bd1bb6d7037bec0b7 100755 (executable)
@@ -151,7 +151,7 @@ sub DumpKids {
                     |;
                 }
 
-                if (exists $seen{$kid}) {     
+                if (exists $printed{$kid}) {     
                     $short_desc = "&lt;<em>This bug appears elsewhere in this tree</em>&gt;";
                 }
                 else {