}
}
-# Start displaying the response page.
-$template->process("bug/process/header.html.tmpl", $vars)
- || ThrowTemplateError($template->error());
-
-$vars->{'header_done'} = 1;
-
GetVersionTable();
CheckFormFieldDefined(\%::FORM, 'product');
# 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
# 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) {
# 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;
}
}
}