Ignore:
Timestamp:
May 4, 2019, 4:37:22 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/gruppo.php

    r265 r295  
    287287                        // fine della modifica
    288288                         
    289                         $sql="SELECT count(id_sez) from ".$prefix."_ele_voti_$tab15 where id_cons='$id_cons' group by id_$tab15";
     289                        $sql="SELECT count(id_sez) from ".$prefix."_ele_voti_$tab15 where id_cons='$id_cons' group by id_$tab15"; 
    290290                        $res_scr = $dbi->prepare("$sql");
    291291                        $res_scr->execute();
Note: See TracChangeset for help on using the changeset viewer.