]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 394959: Turn votes off by default - Patch by Frédéric Buclin <LpSolit@gmail...
authorlpsolit%gmail.com <>
Tue, 11 Sep 2007 03:57:00 +0000 (03:57 +0000)
committerlpsolit%gmail.com <>
Tue, 11 Sep 2007 03:57:00 +0000 (03:57 +0000)
Bugzilla/Config/BugFields.pm

index ef0f340f1b71124f034d37357b87a07f3a5aa14e..db5d0a2ffcfb1973892db3727ec0b76c4ae3b491 100644 (file)
@@ -80,7 +80,7 @@ sub get_param_list {
   {
    name => 'usevotes',
    type => 'b',
-   default => 1
+   default => 0
   },
 
   {