]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Re-fix for bug 17464: oldemailtech prefs work again.
authordave%intrec.com <>
Fri, 9 Mar 2001 14:28:59 +0000 (14:28 +0000)
committerdave%intrec.com <>
Fri, 9 Mar 2001 14:28:59 +0000 (14:28 +0000)
userprefs.cgi

index 641317bad7bf8dbb9ae18462b851337525f9117c..a02605aec8a6b6937327be8e7964f1a088266d4f 100755 (executable)
@@ -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",
@@ -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 "</TABLE>";
     }
 
     if (Param("newemailtech")) {