From 2c3000dfd7842c251b12b84535b8236b302d444b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 11 Sep 2007 03:57:00 +0000 Subject: Bug 394959: Turn votes off by default - Patch by Frédéric Buclin r=mkanat a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Config/BugFields.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Config/BugFields.pm b/Bugzilla/Config/BugFields.pm index ef0f340f1..db5d0a2ff 100644 --- a/Bugzilla/Config/BugFields.pm +++ b/Bugzilla/Config/BugFields.pm @@ -80,7 +80,7 @@ sub get_param_list { { name => 'usevotes', type => 'b', - default => 1 + default => 0 }, { -- cgit v1.2.3-24-g4f1b