Changeset 41 for trunk/client/modules/Elezioni
- Timestamp:
- Mar 23, 2010, 7:02:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/grafici.php
r30 r41 332 332 333 333 function graf_gruppo(){ 334 global $admin, $bgcolor1, $bgcolor5, $prefix, $dbi, $offset, $min,$descr_cons,$genere,$votog,$votol,$votoc,$circo, $id_cons,$id_cons_gen,$id_comune,$id_circ,$tipo_cons,$w,$l,$op,$siteistat,$flash ;334 global $admin, $bgcolor1, $bgcolor5, $prefix, $dbi, $offset, $min,$descr_cons,$genere,$votog,$votol,$votoc,$circo, $id_cons,$id_cons_gen,$id_comune,$id_circ,$tipo_cons,$w,$l,$op,$siteistat,$flash,$visgralista; 335 335 if ($siteistat==$id_comune) $logo=$siteistat; else $logo=''; // logo per il comune 336 336 … … 341 341 $circond='';$circondt1=''; 342 342 if ($genere!=0){$tab="ele_voti_gruppo";}else{$tab="ele_voti_ref";} 343 if ($genere==4 ){$tab="ele_voti_lista";}343 if ($genere==4 or $visgralista){$tab="ele_voti_lista";} 344 344 if ($votog){$tab="ele_voti_lista";} 345 345 $res = mysql_query("select * from ".$prefix."_$tab where id_cons='$id_cons' group by id_sez ",$dbi); … … 385 385 $i=0; 386 386 // lista o gruppo 387 if ($genere!=4 ){387 if ($genere!=4 and !$visgralista){ 388 388 389 389 if ($votog){
Note:
See TracChangeset
for help on using the changeset viewer.