summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2005-02-25 12:32:23 +0100
committerbugreport%peshkin.net <>2005-02-25 12:32:23 +0100
commit6bec18a2672025895230ee976ea6e9e59b978846 (patch)
tree9ce3761ae20b61f20c791ac2b51aba923c5a1335 /checksetup.pl
parent1414db6ba6c7508bf6e0e4c1191218aa71d7ce43 (diff)
downloadbugzilla-6bec18a2672025895230ee976ea6e9e59b978846.tar.gz
bugzilla-6bec18a2672025895230ee976ea6e9e59b978846.tar.xz
Bug 282035: Add boolean search by "Commenter"
Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat,a=myk
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl
index b42907495..e94e9dc0d 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -2299,6 +2299,7 @@ AddFDef("bug_group", "Group", 0);
AddFDef("estimated_time", "Estimated Hours", 1);
AddFDef("remaining_time", "Remaining Hours", 0);
AddFDef("deadline", "Deadline", 1);
+AddFDef("commenter", "Commenter", 0);
# Oops. Bug 163299
$dbh->do("DELETE FROM fielddefs WHERE name='cc_accessible'");