diff options
author | bbaetz%student.usyd.edu.au <> | 2002-03-24 21:45:33 +0100 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-03-24 21:45:33 +0100 |
commit | a7d2f3b0999b9e0946a476974fd8a4a8d0bb7b5a (patch) | |
tree | d3777407544e24a8000723da02f5b7f8ae522a00 /processmail | |
parent | fc6aa3c91fdcb1d9f11d05d9f13d1da8fce15b45 (diff) | |
download | bugzilla-a7d2f3b0999b9e0946a476974fd8a4a8d0bb7b5a.tar.gz bugzilla-a7d2f3b0999b9e0946a476974fd8a4a8d0bb7b5a.tar.xz |
Bug 128419 - link to email preferences from bug changed notification is
wrong
r=afranke x 2
Diffstat (limited to 'processmail')
-rwxr-xr-x | processmail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/processmail b/processmail index b5f85e695..e8509a6df 100755 --- a/processmail +++ b/processmail @@ -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"; } |