Ignore:
Timestamp:
Jan 28, 2021, 6:09:24 PM (3 years ago)
Author:
roby
Message:

correzione su funzione di scarico liste

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules.php

    r322 r345  
    170170if($hondt>=1){
    171171# proiezione consiglio
    172       $row = $dbi->exec("SELECT * FROM ".$prefix."_ele_conf where id_conf='$hondt'");
    173      
     172      $res2 = $dbi->prepare("SELECT * FROM ".$prefix."_ele_conf where id_conf='$hondt'");
     173      $res2->execute();
     174      $row=$res2->fetch(PDO::FETCH_ASSOC);
     175         
    174176      $descrizione_consiglio = $row['descrizione'];
    175177      $LIMITE = intval($row['limite']);
Note: See TracChangeset for help on using the changeset viewer.