Changeset 103
- Timestamp:
- May 26, 2011, 4:57:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/gruppo.php
r102 r103 494 494 mysql_data_seek($res_voti,0); 495 495 while (list($num_circ,$desc_circ,$num_cand,$nome,$voti,$sevalidi,$senulli,$sebianchi,$secontestati,$sevonulli) = mysql_fetch_row($res_voti)){ 496 $z=array_search($num_circ, $pos); 496 497 if ($num_cand>=$min and $num_cand<=$offset){ 497 $z=array_search($num_circ, $pos);498 498 if($num_circ>=$minpos and $num_circ <=$maxpos){ 499 499 $ar[0][$num_cand]=$num_cand.") ".$nome;
Note:
See TracChangeset
for help on using the changeset viewer.