Changeset 229 for trunk/client/modules/Elezioni/grafici.php
- Timestamp:
- Nov 16, 2014, 10:46:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/grafici.php
r206 r229 451 451 from ".$prefix."_ele_lista as t1 452 452 left join ".$prefix."_$tab as t2 on (t1.id_lista=t2.id_lista) 453 where t1.id_cons='$id_cons' and t1.id_cons=t2.id_cons 453 where t1.id_cons='$id_cons' and t1.id_cons=t2.id_cons $circondt1 454 454 group by t2.id_lista 455 455 order by somma desc", $dbi);$cosa='id_lista';
Note:
See TracChangeset
for help on using the changeset viewer.