From dfc0df6cb83bf99dc7dcd093d344771323a3a851 Mon Sep 17 00:00:00 2001 From: "dave%intrec.com" Date: Fri, 9 Mar 2001 06:28:59 +0000 Subject: [PATCH] Re-fix for bug 17464: oldemailtech prefs work again. git-svn-id: svn://10.0.0.236/trunk@89103 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/userprefs.cgi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/bugzilla/userprefs.cgi b/mozilla/webtools/bugzilla/userprefs.cgi index 641317bad7b..a02605aec8a 100755 --- a/mozilla/webtools/bugzilla/userprefs.cgi +++ b/mozilla/webtools/bugzilla/userprefs.cgi @@ -198,14 +198,15 @@ sub ShowEmailOptions () { } if ($showNewEmailTech==0) { - print qq{ + print <<"--endquote--"; + -}; +--endquote-- my $entry = BuildPulldown("emailnotification", [["ExcludeSelfChanges", @@ -215,7 +216,8 @@ On which of these bugs would you like email notification of changes? ["All", "All qualifying bugs"]], $emailnotification); - EmitEntry("Notify me of changes to", $entry); + EmitEntry("Notify me of changes to", $entry); + print "
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?
"; } if (Param("newemailtech")) {