Changeset 264 for trunk/admin/modules/Elezioni/ele_voti.php
- Timestamp:
- Apr 7, 2019, 7:10:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_voti.php
r262 r264 687 687 688 688 if($id_lista) { 689 while(list($id_cand,$id_cons2,$id_lista2, $cognome, $nome, $note, $simbolo, $num_cand) = $result->fetch(PDO::FETCH_NUM)){689 while(list($id_cand,$id_cons2,$id_lista2,$nl, $cognome, $nome, $note, $simbolo, $num_cand) = $result->fetch(PDO::FETCH_NUM)){ 690 690 // dati lista 691 691 $sql="select id_lista, descrizione,simbolo,num_lista from ".$prefix."_ele_lista where id_lista='$id_lista2'";
Note:
See TracChangeset
for help on using the changeset viewer.