Changeset 362 for trunk/client/temi/Futura2/function_theme.php
- Timestamp:
- Mar 27, 2022, 7:51:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/temi/Futura2/function_theme.php
r335 r362 1238 1238 $res = $dbi->prepare("$sql"); 1239 1239 $res->execute(); 1240 list($tot_aventi) = $res->rowCount();1240 list($tot_aventi) = $res->fetch(PDO::FETCH_NUM); 1241 1241 1242 1242 $sql="select sum(t1.validi+t1.nulli+t1.bianchi+t1.contestati) as tot, … … 1250 1250 $res = $dbi->prepare("$sql"); 1251 1251 $res->execute(); 1252 list($tot_aventi) 1252 list($tot_aventi) = $res->fetch(PDO::FETCH_NUM); 1253 1253 $sql="SELECT sum(validi+nulli+bianchi+contestati) as tot, 1254 1254 sum(validi),sum(nulli),sum(bianchi),sum(contestati), id_gruppo, sum(si), sum(no)
Note:
See TracChangeset
for help on using the changeset viewer.