Changeset 413 for trunk/admin/modules/Elezioni/ele_voti.php
- Timestamp:
- May 17, 2024, 8:50:17 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_voti.php
r407 r413 337 337 $res->execute(); 338 338 list($chiusa) = $res->fetch(PDO::FETCH_NUM); 339 if ($chiusa ) echo " -- CONSULTAZIONE NON ATTIVA";339 if ($chiusa==1) echo " -- CONSULTAZIONE NON ATTIVA"; 340 340 echo "</h2><table style=\"margin-left:auto; margin-right:auto;\"><tr>"; 341 341 #<a href=\"admin.php?id_comune=$id_comune&id_cons_gen=$id_cons_gen&ops=1\"></a>
Note:
See TracChangeset
for help on using the changeset viewer.