Changeset 315 for trunk/client
- Timestamp:
- May 26, 2019, 4:31:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/blocchi/cerca_candidato.php
r265 r315 83 83 $resl->execute(); 84 84 85 list($id_cons_gen_cand) = $res 1->fetch(PDO::FETCH_NUM);85 list($id_cons_gen_cand) = $resl->fetch(PDO::FETCH_NUM); 86 86 $sql="SELECT descrizione, tipo_cons FROM ".$prefix."_ele_consultazione where id_cons_gen='$id_cons_gen_cand'" ; 87 87 $res2 = $dbi->prepare("$sql");
Note:
See TracChangeset
for help on using the changeset viewer.