Changeset 342 for trunk/client/modules/Elezioni/candidato.php
- Timestamp:
- Nov 18, 2020, 11:05:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/candidato.php
r283 r342 136 136 137 137 138 while(list($id_cand,$id_cons2,$id_lista, $ cognome, $nome, $note,, $num_cand) = $result->fetch(PDO::FETCH_NUM)) {138 while(list($id_cand,$id_cons2,$id_lista, $numlista, $cognome, $nome, $note,, $num_cand) = $result->fetch(PDO::FETCH_NUM)) { 139 139 if ($circo=="1") $circos=" and id_circ='$id_circ'";else $circos='';// per circosc 5-06 140 140 // dati lista
Note:
See TracChangeset
for help on using the changeset viewer.