]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 128419 - link to email preferences from bug changed notification is
authorbbaetz%student.usyd.edu.au <>
Sun, 24 Mar 2002 20:45:33 +0000 (20:45 +0000)
committerbbaetz%student.usyd.edu.au <>
Sun, 24 Mar 2002 20:45:33 +0000 (20:45 +0000)
wrong
r=afranke x 2

processmail

index b5f85e69577304832b3e17cadb26ecd3a128ea8a..e8509a6df64cd189fb48afe18f7839c357226649 100755 (executable)
@@ -327,7 +327,7 @@ sub ProcessOneBug {
     }
 
     print "<br><center>If you wish to tweak the kinds of mail Bugzilla sends you, you can";
-    print " <a href=\"userprefs.cgi?bank=diffs\">change your preferences</a></center>\n";
+    print " <a href=\"userprefs.cgi?tab=email\">change your preferences</a></center>\n";
 
 }