From: gerv%gerv.net <> Date: Wed, 1 May 2002 13:23:36 +0000 (+0000) Subject: Bug 141385 - dependency graph title is incorrect when doall is specified. Patch by... X-Git-Tag: bugzilla-2.16rc1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b23c843b30ce579f5cc679cd6a7d4f0b98e28b2d;p=thirdparty%2Fbugzilla.git Bug 141385 - dependency graph title is incorrect when doall is specified. Patch by zeroJ@null.net; 2xr=gerv. --- diff --git a/template/en/default/bug/dependency-graph.html.tmpl b/template/en/default/bug/dependency-graph.html.tmpl index 8521a0c35f..93c515bd8b 100644 --- a/template/en/default/bug/dependency-graph.html.tmpl +++ b/template/en/default/bug/dependency-graph.html.tmpl @@ -34,7 +34,7 @@ h1 = title %] -[% IF NOT multiple_bugs %] +[% IF NOT multiple_bugs AND NOT doall %] [% title = "$title for bug $bug_id" h1 = "$h1 for bug $bug_id" %]