Ignore:
Timestamp:
Apr 21, 2019, 9:46:30 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/menu.php

    r265 r282  
    182182                        echo "<option value=\"gruppo_sezione\" ".$temp['gruppo_sezione'].">".substr(_GRUPPO." "._PER." "._SEZIONI,0,33)."</option>";
    183183                }
    184                 if (!$votol and $fascia>$limite){ // si vota per la lista
    185                         if ($genere>2) {
     184                if (!$votol and ($fascia>$limite || $limite==0)){ // si vota per la lista
     185                        if ($genere>2) { 
    186186                                if (!$circo and $num_circ>1)
    187187                                      echo "<option value=\"lista_circo\" ".$temp['lista_circo']." >".substr(_LISTA." "._PER." "._CIRCO,0,33)."</option>";
Note: See TracChangeset for help on using the changeset viewer.