Changeset 341 for trunk/client


Ignore:
Timestamp:
Nov 14, 2020, 9:00:51 PM (3 years ago)
Author:
roby
Message:

segue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/blocchi/01_votanti.php

    r340 r341  
    6363        else $sql="select count(0) from ".$prefix."_ele_sezioni as t2 left join ".$prefix."_ele_sede as t1 on t1.id_sede=t2.id_sede where t1.id_sede in (select id_sede from ".$prefix."_ele_sede where id_circ='$id_circ') and t2.validi+t2.nulli+t2.bianchi+t2.contestati>0 ";       
    6464
    65 else $sql="select count(0) from ".$prefix."_ele_sezioni where id_cons='$id_cons' and validi+nulli+bianchi+contestati>0";
    6665$res_sez = $dbi->prepare("$sql");
    6766$res_sez->execute();
Note: See TracChangeset for help on using the changeset viewer.