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


git-svn-id: svn://10.0.0.236/trunk@115561 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
justdave%syndicomm.com 2002-03-01 06:46:51 +00:00
parent 0d1e5c8014
commit c257f09d8a

View File

@ -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 {