From: gerv%gerv.net <> Date: Mon, 13 May 2002 13:24:20 +0000 (+0000) Subject: Bug 143560 - showdependencytree.cgi eats all available memory if there's a circular... X-Git-Tag: bugzilla-2.16rc2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd9e20e0604ccd4936bca9bd4cdf4cae7ffa1fda;p=thirdparty%2Fbugzilla.git Bug 143560 - showdependencytree.cgi eats all available memory if there's a circular dependency. Patch by myk; 2xr=gerv. --- diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl index 23cb6f094b..98c0ec254c 100644 --- a/template/en/default/bug/dependency-tree.html.tmpl +++ b/template/en/default/bug/dependency-tree.html.tmpl @@ -69,6 +69,7 @@ [%###########################################################################%] [% BLOCK display_tree %] +[% tree.$bug_id.seen = 1 %]