Changeset 315 for trunk/client


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

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/blocchi/cerca_candidato.php

    r265 r315  
    8383                $resl->execute();
    8484               
    85                         list($id_cons_gen_cand) = $res1->fetch(PDO::FETCH_NUM);
     85                        list($id_cons_gen_cand) = $resl->fetch(PDO::FETCH_NUM);
    8686                $sql="SELECT descrizione, tipo_cons FROM ".$prefix."_ele_consultazione  where id_cons_gen='$id_cons_gen_cand'" ;
    8787        $res2 = $dbi->prepare("$sql");
Note: See TracChangeset for help on using the changeset viewer.