From: Thomas Hochstein Date: Wed, 19 Mar 2014 20:48:02 +0000 (+0100) Subject: Change quorum default value to 50 "JA" votes. X-Git-Tag: 4.0.12^2~2 X-Git-Url: https://code.th-h.de/?p=usenet%2Fusevote.git;a=commitdiff_plain;h=923dc1773ec7aac5b3600730945ba2e0d12e76df Change quorum default value to 50 "JA" votes. Picked from upstream. Signed-off-by: Thomas Hochstein --- diff --git a/CHANGES b/CHANGES index 5067501..162d6c6 100644 --- a/CHANGES +++ b/CHANGES @@ -28,6 +28,7 @@ Version 4.12 (19.01.2014): konfiguriert werden - Regular Expression fuer Pruefung des Abstimmungsnamens weiter verbessert +- Standardwert fuer Mindest-JA-Stimmenzahl von 60 auf 50 verringert Version 4.11 (25.09.2012): - Regular Expression fuer Pruefung des Abstimmungsnamens verbessert. diff --git a/UVconfig.pm b/UVconfig.pm index 1c64b14..f78e3b9 100644 --- a/UVconfig.pm +++ b/UVconfig.pm @@ -94,7 +94,7 @@ sub read_config { ann_stimme => 'A\s*N\s*N\s*U\s*L\s*L\s*I\s*E\s*R\s*U\s*N\s*G', bdsg_confirm => 'JA', condition1 => '$yes>=2*$no', # twice as many yes as no - condition2 => '$yes>=60', # min 60 yes votes + condition2 => '$yes>=50', # min 60 yes votes prop_formula => '$yes/$no', tpl_ack_mail => 'ack-mail', tpl_bouncelist => 'bouncelist',