Changeset 399 for trunk/client/modules/Elezioni/grafici.php
- Timestamp:
- Feb 21, 2024, 8:49:03 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/grafici.php
r371 r399 364 364 365 365 if ($circo){ 366 $sql="select t1. *from ".$prefix."_ele_voti_gruppo as t1, ".$prefix."_ele_gruppo as t2 where t1.id_gruppo=t2.id_gruppo and t1.id_cons='$id_cons' and t2.id_circ=$id_circ group by t1.id_sez ";366 $sql="select t1.id_sez from ".$prefix."_ele_voti_gruppo as t1, ".$prefix."_ele_gruppo as t2 where t1.id_gruppo=t2.id_gruppo and t1.id_cons='$id_cons' and t2.id_circ=$id_circ group by t1.id_sez "; 367 367 $res = $dbi->prepare("$sql"); 368 368 $res->execute();
Note:
See TracChangeset
for help on using the changeset viewer.