Changeset 295 for trunk/client/modules/Elezioni/gruppo.php
- Timestamp:
- May 4, 2019, 4:37:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/gruppo.php
r265 r295 287 287 // fine della modifica 288 288 289 $sql="SELECT count(id_sez) from ".$prefix."_ele_voti_$tab15 where id_cons='$id_cons' group by id_$tab15"; 289 $sql="SELECT count(id_sez) from ".$prefix."_ele_voti_$tab15 where id_cons='$id_cons' group by id_$tab15"; 290 290 $res_scr = $dbi->prepare("$sql"); 291 291 $res_scr->execute();
Note:
See TracChangeset
for help on using the changeset viewer.