Fix problem with recognition of ANNULLIERUNG.
[usenet/usevote.git] / uvvote.pl
index 5cff375..c0c3712 100755 (executable)
--- a/uvvote.pl
+++ b/uvvote.pl
@@ -273,7 +273,7 @@ sub process_vote {
     # this matches on a single appearance:
     if ($$body =~ /#$votenum\W*?\[(.+)\]/) {
       # one or more vote strings were found
-      $onevote = 1;
+      $onevote ||= 1; # set $onevote to 1 if it was 0
       my $votestring = $1;
       if ($votestring =~ /^\W*$config{ja_stimme}\W*$/i) {
         $vote = "J";
This page took 0.010329 seconds and 4 git commands to generate.