Changeset 69 for trunk/client/modules/Elezioni
- Timestamp:
- Apr 1, 2010, 1:04:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/grafici.php
r68 r69 444 444 mysql_data_seek($res,0); 445 445 #### 446 $altriperc=0; 446 447 while (list($id,$num,$descrizione,$voti) = mysql_fetch_row($res)){ 447 448 … … 465 466 if (strlen($descrizione)>21) $gruppo[$i].="..."; 466 467 if (strlen($descrizione)>21) $gruppos[$e].="..."; 467 $pro[$i]=number_format($ voti*100/$tot,3);468 $pre[$e]=number_format($ voti*100/$tot,3);//flash468 $pro[$i]=number_format($arperc[$id],2); 469 $pre[$e]=number_format($arperc[$id],2); //flash 469 470 470 471 … … 472 473 //somma i voti sotto il 3% 473 474 $altrivoti = $altrivoti + $voti; 474 475 $altriperc += $arperc[$id]; 475 476 } 476 477 … … 502 503 $gruppo[]=_ALTRI; 503 504 $gruppos[]=_ALTRI; 504 $pro[]= number_format($altrivoti*100/$tot,3);505 $pre[]= number_format($altrivoti*100/$tot,3);505 $pro[]=$altriperc; #number_format($altrivoti*100/$tot,3); 506 $pre[]=$altriperc; #number_format($altrivoti*100/$tot,3); 506 507 } 507 508
Note:
See TracChangeset
for help on using the changeset viewer.