From bdb93447f0a8b23db0bd7dfb0275c490b651f7ac Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Sat, 15 Feb 2003 16:03:41 +0000 Subject: Bug 193286: Field validation errors had the wrong page title r= gerv, a= justdave --- process_bug.cgi | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index 856767381..642d5beb5 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -168,12 +168,6 @@ if ($::COOKIE{"BUGLIST"} && $::FORM{'id'}) { } } -# Start displaying the response page. -$template->process("bug/process/header.html.tmpl", $vars) - || ThrowTemplateError($template->error()); - -$vars->{'header_done'} = 1; - GetVersionTable(); CheckFormFieldDefined(\%::FORM, 'product'); @@ -1670,6 +1664,7 @@ foreach my $id (@idlist) { # receive email about the change. $template->process("bug/process/results.html.tmpl", $vars) || ThrowTemplateError($template->error()); + $vars->{'header_done'} = 1; if ($duplicate) { # Check to see if Reporter of this bug is reporter of Dupe @@ -1700,6 +1695,7 @@ foreach my $id (@idlist) { # Let the user know a duplication notation was added to the original bug. $template->process("bug/process/results.html.tmpl", $vars) || ThrowTemplateError($template->error()); + $vars->{'header_done'} = 1; } if ($check_dep_bugs) { @@ -1713,6 +1709,7 @@ foreach my $id (@idlist) { # bug and who did and didn't receive email about it. $template->process("bug/process/results.html.tmpl", $vars) || ThrowTemplateError($template->error()); + $vars->{'header_done'} = 1; } } } -- cgit v1.2.3-24-g4f1b