Changeset 322 for trunk/client/modules.php
- Timestamp:
- Jun 6, 2019, 1:18:52 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules.php
r283 r322 165 165 $sql = $dbi->prepare("SELECT id_cons,id_conf FROM ".$prefix."_ele_cons_comune where id_cons_gen='$id_cons_bak' and id_comune='$id_combak'"); 166 166 $sql->execute(); 167 $row = $sql->fetchAll(PDO::FETCH_ASSOC); 168 $id_cons=$row[1];$hondt=$row[2]; 167 list($id_cons,$hondt) = $sql->fetch(PDO::FETCH_NUM); 169 168 170 169 // incluso in consiglieri.php, ma io carico le vecchie variabili per compatibilit'a all'indietro
Note:
See TracChangeset
for help on using the changeset viewer.