Ignore:
Timestamp:
Jun 6, 2019, 1:18:52 AM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules.php

    r283 r322  
    165165$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'");
    166166$sql->execute();
    167 $row = $sql->fetchAll(PDO::FETCH_ASSOC);
    168 $id_cons=$row[1];$hondt=$row[2];
     167list($id_cons,$hondt) = $sql->fetch(PDO::FETCH_NUM);
    169168
    170169// 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.