Fix for bug 112537: Missing bug summaries in dependencytree view w/ depth limit

Patch by Andreas Franke <afranke@ags.uni-sb.de> r= bbaetz, gerv
parent 7627cc08
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment