Ignore:
Timestamp:
Mar 27, 2022, 7:51:34 PM (2 years ago)
Author:
roby
Message:

Ritocchi e sistemazioni varie di completamento delle mofifiche precedenti

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/temi/Futura2/function_theme.php

    r335 r362  
    12381238        $res = $dbi->prepare("$sql");
    12391239        $res->execute();
    1240         list($tot_aventi)  = $res->rowCount();
     1240        list($tot_aventi) = $res->fetch(PDO::FETCH_NUM);
    12411241
    12421242        $sql="select sum(t1.validi+t1.nulli+t1.bianchi+t1.contestati) as tot,
     
    12501250        $res = $dbi->prepare("$sql");
    12511251        $res->execute();
    1252         list($tot_aventi)  = $res->fetch(PDO::FETCH_NUM);
     1252        list($tot_aventi) = $res->fetch(PDO::FETCH_NUM);
    12531253        $sql="SELECT  sum(validi+nulli+bianchi+contestati) as tot,
    12541254                sum(validi),sum(nulli),sum(bianchi),sum(contestati), id_gruppo, sum(si), sum(no)
Note: See TracChangeset for help on using the changeset viewer.