Ignore:
Timestamp:
Apr 20, 2019, 8:32:48 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/index.php

    r278 r279  
    713713                $numero_l=$res_num_list->rowCount();
    714714                // verifica delle sezioni in relazione ai candidati (comuni >=15000)  non c'e' il voto di lista e quindi ci metto se scrutinate le preferenze sulla lista [$numero_c] - 5/5/2009
    715                 $sql="select * from ".$prefix."_ele_voti_candidati where id_cons='$id_cons' group by id_sez ";
     715                $sql="select id_sez from ".$prefix."_ele_voti_candidati where id_cons='$id_cons' group by id_sez ";
    716716        $res_num_list = $dbi->prepare("$sql");
    717717        $res_num_list->execute();
Note: See TracChangeset for help on using the changeset viewer.