From: bugreport%peshkin.net <> Date: Fri, 25 Feb 2005 11:32:23 +0000 (+0000) Subject: Bug 282035: Add boolean search by "Commenter" X-Git-Tag: bugzilla-2.19.3~248 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bec18a2672025895230ee976ea6e9e59b978846;p=thirdparty%2Fbugzilla.git Bug 282035: Add boolean search by "Commenter" Patch by Joel Peshkin r=mkanat,a=myk --- diff --git a/checksetup.pl b/checksetup.pl index b429074950..e94e9dc0dc 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'");