Ignore:
Timestamp:
May 26, 2019, 4:31:45 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/modules/Elezioni/ele_riepilogo.php

    r258 r315  
    126126                if ($disgiunto) echo "<th>"._SOLOLIS."</th>"; else echo "<th>"._VOTINULLI." di Lista</th>";
    127127                echo "</TR>";
    128                 $t_voti=0;$t_solo_gruppo=0;$t_nulli_lista=0;
     128                $t_voti=0;$t_solo_gruppo=0;$t_nulli_lista=0;$t_perlista=0;
    129129                while(list($id_gruppo,$num_gruppo,$desc) = $res->fetch(PDO::FETCH_NUM)){
    130130                        $sql="SELECT sum(voti),sum(solo_gruppo) from ".$prefix."_ele_voti_gruppo where id_gruppo='$id_gruppo'";
Note: See TracChangeset for help on using the changeset viewer.