Ignore:
Timestamp:
Nov 19, 2020, 9:47:25 PM (3 years ago)
Author:
roby
Message:

segue modifiche della 338

File:
1 edited

Legend:

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

    r342 r343  
    236236                echo "<option value=\"affluenze_graf\" ".$temp['affluenze_graf']." >"._AFFLUENZE."</option>";
    237237                echo "<option value=\"graf_votanti\" ".$temp['graf_votanti']." >"._VOTI."</option>";
    238 #inutile                if($genere!=4 || $tipo_cons==8)
     238                if(!$votog)
    239239                        echo "<option value=\"graf_gruppo\" ".$temp['graf_gruppo']." >"._GRUPPO."</option>";
    240240                if($hondt==0) $limite=0;
    241                 if(($genere==3 || $genere==5) and ($fascia>$limite || $limite==0))
     241                if(($genere>2) and ($fascia>$limite || $limite==0))
    242242                        echo "<option value=\"graf_lista&amp;visgralista=1\" ".$temp['graf_lista'].">"._LISTA."</option>";
    243243                if ($genere>3){
Note: See TracChangeset for help on using the changeset viewer.