Ignore:
Timestamp:
May 20, 2014, 4:59:52 PM (10 years ago)
Author:
roby
Message:

client:
proiezione consiglio visibile solo per consultazioni chiuse
impostata lettura del file config per tema tour

File:
1 edited

Legend:

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

    r209 r212  
    188188                        }
    189189                }
    190                 if ($hondt>=1) {
    191                                         echo "<option value=\"consiglieri\" ".$temp['consiglieri']." >"._CALCONS."</option>";
     190                $resc = mysql_query("SELECT chiusa FROM ".$prefix."_ele_cons_comune where id_cons='$id_cons'" , $dbi);
     191                list($chiusa)=mysql_fetch_row($resc);
     192                if ($hondt>=1 and $chiusa==1) {
     193                        echo "<option value=\"consiglieri\" ".$temp['consiglieri']." >"._CALCONS."SELECT chiusa FROM ".$prefix."_ele_cons_comune where id_cons='$id_cons'"."$chiusa</option>";
    192194                               
    193195                       
Note: See TracChangeset for help on using the changeset viewer.