Changeset 409 for trunk/client/modules/Elezioni/menu.php
- Timestamp:
- Mar 6, 2024, 10:29:44 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/menu.php
r370 r409 201 201 } 202 202 } 203 $sql="SELECT chiusaFROM ".$prefix."_ele_cons_comune where id_cons='$id_cons'" ;203 $sql="SELECT proiezione FROM ".$prefix."_ele_cons_comune where id_cons='$id_cons'" ; 204 204 $resc = $dbi->prepare("$sql"); 205 205 $resc->execute(); 206 206 207 list($ chiusa)=$resc->fetch(PDO::FETCH_NUM);208 if ($hondt>=1 and $ chiusa==1) {207 list($proiezione)=$resc->fetch(PDO::FETCH_NUM); 208 if ($hondt>=1 and $proiezione==1) { 209 209 echo "<option value=\"consiglieri\" ".$temp['consiglieri']." >"._CALCONS."</option>"; 210 210
Note:
See TracChangeset
for help on using the changeset viewer.