Ignore:
Timestamp:
May 29, 2019, 7:07:13 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/modules/Elezioni/ele_confcons.php

    r257 r317  
    7676        if ($do=='modify') {
    7777        $sql="SELECT * FROM ".$prefix."_ele_conf where id_conf='$id_conf'";
    78         $res1 = $dbi->prepare("$sql");
    79         $res1->execute();       
     78        $resl = $dbi->prepare("$sql");
     79        $resl->execute();       
    8080        $gru=$resl->fetch(PDO::FETCH_BOTH);
    8181        $nuovo_gruppo=$gru['id_conf'];
Note: See TracChangeset for help on using the changeset viewer.