Changeset 410 for trunk/client/temi/tour/menu.php
- Timestamp:
- Mar 6, 2024, 11:49:57 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/temi/tour/menu.php
r403 r410 152 152 } 153 153 } 154 $sql="SELECT chiusa FROM ".$prefix."_ele_cons_comune where id_cons='$id_cons'" ; 155 $resc = $dbi->prepare("$sql"); 156 $resc->execute(); 157 158 list($chiusa)=$resc->fetch(PDO::FETCH_NUM); 159 160 if ($hondt>=1 and $chiusa==1) { 154 $sql="SELECT proiezione FROM ".$prefix."_ele_cons_comune where id_cons='$id_cons'" ; 155 $resc = $dbi->prepare("$sql"); 156 $resc->execute(); 157 158 list($proiezione)=$resc->fetch(PDO::FETCH_NUM); 159 if ($hondt>=1 and $proiezione==1) { 161 160 echo "<li class=\"icon dontd\"><a href=\"modules.php?id_cons_gen=$id_cons_gen&name=Elezioni&id_comune=$id_comune&file=index&op=consiglieri\">"._CALCONS."</a></li>"; 162 161
Note:
See TracChangeset
for help on using the changeset viewer.