Ignore:
Timestamp:
Apr 29, 2019, 8:26:36 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

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

    r290 r292  
    240240                        echo "<option value=\"graf_gruppo\" ".$temp['graf_gruppo']." >"._GRUPPO."</option>";
    241241                if($hondt==0) $limite=0;
    242                 if(($genere>2) and ($fascia>$limite || $limite==0))
     242                if(($genere==3 || $genere==5) and ($fascia>$limite || $limite==0))
    243243                        echo "<option value=\"graf_lista&amp;visgralista=1\" ".$temp['graf_lista'].">"._LISTA."</option>";
    244244                if ($genere>3){
Note: See TracChangeset for help on using the changeset viewer.