Commit 20aae4d3 authored by dave%intrec.com's avatar dave%intrec.com

Re-fix for bug 17464: oldemailtech prefs work again.

parent 84298cd1
......@@ -198,14 +198,15 @@ sub ShowEmailOptions () {
}
if ($showNewEmailTech==0) {
print qq{
print <<"--endquote--";
<TABLE>
<TR><TD COLSPAN="2">
Bugzilla will send out email notification of changed bugs to
the current owner, the Reporter of the bug$qacontactpart, and anyone on the
CC list. However, you can suppress some of those email notifications.
On which of these bugs would you like email notification of changes?
</TD></TR>
};
--endquote--
my $entry =
BuildPulldown("emailnotification",
[["ExcludeSelfChanges",
......@@ -216,6 +217,7 @@ On which of these bugs would you like email notification of changes?
"All qualifying bugs"]],
$emailnotification);
EmitEntry("Notify me of changes to", $entry);
print "</TABLE>";
}
if (Param("newemailtech")) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment