Rev 4338 | Rev 12479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4338 | Rev 5086 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | job=home |
38 | job=home |
39 | !changeto home.proc |
39 | !changeto home.proc |
40 | !endif |
40 | !endif |
41 | 41 | ||
42 | !if $vote>0 |
42 | !if $vote>0 |
- | 43 | !if $choices1!=$empty |
|
43 | noprint=yes |
44 | noprint=yes |
- | 45 | !endif |
|
44 | vote_description=$empty |
46 | vote_description=$empty |
45 | !read $votedir/$vote.def |
47 | !read $votedir/$vote.def |
46 | !endif |
48 | !endif |
- | 49 | ||
47 | 50 | ||
48 | max_rep=0 |
51 | max_rep=0 |
49 | !for k=1 to $parmcnt |
52 | !for k=1 to $parmcnt |
50 | t=!itemcnt $(vote_description[$k;]) |
53 | t=!itemcnt $(vote_description[$k;]) |
51 | max_rep=$[max($max_rep,$t-2)] |
54 | max_rep=$[max($max_rep,$t-2)] |