Changeset 424 for trunk/admin/modules/Elezioni/controllo_votanti.php
- Timestamp:
- Jun 13, 2024, 7:18:22 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/controllo_votanti.php
r344 r424 131 131 if($tot_u) $perc_u=number_format($votiu*100/$tot_u,2); 132 132 if($tot_d) $perc_d=number_format($votid*100/$tot_d,2); 133 $perc_c=number_format($somma*100/$tot_compl,2);133 if($tot_compl) $perc_c=number_format($somma*100/$tot_compl,2); 134 134 } 135 135 else
Note:
See TracChangeset
for help on using the changeset viewer.