Changeset 413 for trunk/admin/modules/Elezioni/salva_gruppi.php
- Timestamp:
- May 17, 2024, 8:50:17 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/salva_gruppi.php
r407 r413 48 48 $res->execute(); 49 49 list($disgiunto,$chiusa)=$res->fetch(PDO::FETCH_NUM); 50 if(!$chiusa ){50 if(!$chiusa==1){ 51 51 $sql="SELECT tipo_cons FROM ".$prefix."_ele_consultazione where id_cons_gen='$id_cons_gen'" ; 52 52 $res = $dbi->prepare("$sql");
Note:
See TracChangeset
for help on using the changeset viewer.