Changeset 344 for trunk/client/modules/Elezioni/gruppo.php
- Timestamp:
- Dec 1, 2020, 8:25:00 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/gruppo.php
r338 r344 522 522 } 523 523 $res_numsez = $dbi->prepare("$sql"); 524 $res_numsez->execute(); # for ($z=1;$z<=($offsetsez-$ominsez);$z++) {524 $res_numsez->execute(); 525 525 $sevaltot=0; 526 526 $senultot=0; … … 681 681 if (!isset($tab15) or !$tab15) $tab15="candidati"; 682 682 if($tab15=="gruppo" or $genere==4){ 683 $votigl=" sum(validi),sum(nulli),sum(bianchi),sum(contestati),sum(voti_nulli)"; 683 if($votog) $tab15="lista"; 684 $votigl=" sum(validi),sum(nulli),sum(bianchi),sum(contestati),sum(voti_nulli)"; 684 685 }elseif($votog){ 685 686 $votigl=" sum(validi),sum(nulli),sum(bianchi),sum(contestati),sum(voti_nulli)"; … … 701 702 if($resvt) list($votlt)=$resvt->fetch(PDO::FETCH_NUM); else $votlt=0; 702 703 if($perc) $temp3=arrayperc($temp,$sevaltot); 703 while (list($key,$voti)= each($temp)) { 704 705 foreach($temp as $key=>$voti) { 704 706 if ($perc=='true' and $voticompl) 705 707 { … … 714 716 $tmp=array($sevaltot,$senultot,$sebiatot,$secontot,$sevnutot); 715 717 if($perc) $temp3=arrayperc($tmp,$voticompl); 716 while(list($k,$voti)= each($tmp)) { 717 718 719 foreach($tmp as $k=>$voti) { 718 720 if ($perc=='true' and $voticompl) 719 721 {
Note:
See TracChangeset
for help on using the changeset viewer.