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 () { ...@@ -198,14 +198,15 @@ sub ShowEmailOptions () {
} }
if ($showNewEmailTech==0) { if ($showNewEmailTech==0) {
print qq{ print <<"--endquote--";
<TABLE>
<TR><TD COLSPAN="2"> <TR><TD COLSPAN="2">
Bugzilla will send out email notification of changed bugs to Bugzilla will send out email notification of changed bugs to
the current owner, the Reporter of the bug$qacontactpart, and anyone on the the current owner, the Reporter of the bug$qacontactpart, and anyone on the
CC list. However, you can suppress some of those email notifications. CC list. However, you can suppress some of those email notifications.
On which of these bugs would you like email notification of changes? On which of these bugs would you like email notification of changes?
</TD></TR> </TD></TR>
}; --endquote--
my $entry = my $entry =
BuildPulldown("emailnotification", BuildPulldown("emailnotification",
[["ExcludeSelfChanges", [["ExcludeSelfChanges",
...@@ -216,6 +217,7 @@ On which of these bugs would you like email notification of changes? ...@@ -216,6 +217,7 @@ On which of these bugs would you like email notification of changes?
"All qualifying bugs"]], "All qualifying bugs"]],
$emailnotification); $emailnotification);
EmitEntry("Notify me of changes to", $entry); EmitEntry("Notify me of changes to", $entry);
print "</TABLE>";
} }
if (Param("newemailtech")) { 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