Bug 394959: Turn votes off by default - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit

git-svn-id: svn://10.0.0.236/trunk@235479 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com
2007-09-10 22:57:00 +00:00
parent 54b28cd8d0
commit ecf43ca735

View File

@@ -80,7 +80,7 @@ sub get_param_list {
{
name => 'usevotes',
type => 'b',
default => 1
default => 0
},
{