- Timestamp:
- Nov 16, 2014, 10:46:42 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/versione.php
r228 r229 1 1 <?php 2 $versione="2.0 rev 22 8";2 $versione="2.0 rev 229"; 3 3 ?> -
trunk/client/modules/Elezioni/funzioni.php
r228 r229 256 256 if($genere=='4' || $votog) $tab="ele_voti_lista"; 257 257 else $tab="ele_voti_gruppo"; 258 if($ id_circand !$circondt1) $circondt1="and t1.id_circ=$id_circ";258 if($circo and !$circondt1) $circondt1="and t1.id_circ=$id_circ"; 259 259 260 260 -
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'; -
trunk/client/versione.php
r228 r229 1 1 <?php 2 $versione="2.0 rev 22 8";2 $versione="2.0 rev 229"; 3 3 ?>
Note:
See TracChangeset
for help on using the changeset viewer.