Changeset 337 for trunk/client/modules/Elezioni/gruppo.php
- Timestamp:
- Oct 15, 2020, 5:40:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/gruppo.php
r320 r337 205 205 } 206 206 if($res_sez->rowCount()) list($tot_sez,$numsezmin,$numsezmax)=$res_sez->fetch(PDO::FETCH_NUM); 207 else {$tot_sez=0;$numsezmin=0;$numsezmax=0;} 207 208 $sql="SELECT count(num_sez) from ".$prefix."_ele_sezioni where id_cons=$id_cons"; 208 209 $res_sez = $dbi->prepare("$sql"); 209 210 $res_sez->execute(); 210 211 211 212 list($tuttelesez)=$res_sez->fetch(PDO::FETCH_NUM); 212 213 … … 363 364 # pagine 364 365 ############ 366 if(!$offsetsez) $offsetsez=0; 365 367 if (strstr( $op,'circo')) 366 368 $sql="SELECT count(num_circ) from ".$prefix."_ele_circoscrizione where id_cons=$id_cons and num_circ>=$minsez and num_circ<=$offsetsez"; … … 369 371 else 370 372 $sql="SELECT count(num_sez) from ".$prefix."_ele_sezioni where id_cons=$id_cons and num_sez>=$minsez and num_sez<=$offsetsez"; 371 372 373 $resnsez = $dbi->prepare("$sql"); 373 374 $resnsez->execute(); … … 522 523 $res_numsez = $dbi->prepare("$sql"); 523 524 $res_numsez->execute();# for ($z=1;$z<=($offsetsez-$ominsez);$z++) { 524 while($res=$res_numsez->fetch(PDO::FETCH_NUM)) {525 525 $sevaltot=0; 526 526 $senultot=0; … … 528 528 $secontot=0; 529 529 $sevnutot=0; 530 while($res=$res_numsez->fetch(PDO::FETCH_NUM)) { 530 531 $z=$res[0]; 531 532 ##############inserimento percentuale di scrutinio nella sezione
Note:
See TracChangeset
for help on using the changeset viewer.