summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorbbaetz%acm.org <>2003-02-27 21:51:58 +0100
committerbbaetz%acm.org <>2003-02-27 21:51:58 +0100
commitda98b60ae00290034e504dca9156245b712cf2df (patch)
tree89e3386d1e2583771568ece62f3b6cea1f283a9a /checksetup.pl
parent0e565478dc080290f9ea9769d257245dd682f59c (diff)
downloadbugzilla-da98b60ae00290034e504dca9156245b712cf2df.tar.gz
bugzilla-da98b60ae00290034e504dca9156245b712cf2df.tar.xz
Bug 195137 - Keywords are not sent in new bug mail
r,a=justdave
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 3dd5e8184..a4824f57d 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -1874,7 +1874,7 @@ AddFDef("bug_file_loc", "URL", 1);
AddFDef("op_sys", "OS/Version", 1);
AddFDef("bug_status", "Status", 1);
AddFDef("status_whiteboard", "Status Whiteboard", 0);
-AddFDef("keywords", "Keywords", 0);
+AddFDef("keywords", "Keywords", 1);
AddFDef("resolution", "Resolution", 0);
AddFDef("bug_severity", "Severity", 1);
AddFDef("priority", "Priority", 1);