- Timestamp:
- Nov 11, 2020, 10:54:01 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_colora_sez.php
r338 r339 3 3 global $id_cons,$id_circ,$id_sez,$dbi,$prefix,$genere,$id_cons_gen,$circo; 4 4 5 if ($circo) $iscirco "and id_circ=$id_circ"; else $iscirco='';5 if ($circo) $iscirco="and id_circ=$id_circ"; else $iscirco=''; 6 6 $sql="SELECT t1.voto_c FROM ".$prefix."_ele_tipo as t1 left join ".$prefix."_ele_consultazione as t2 on t1.tipo_cons=t2.tipo_cons where id_cons_gen='$id_cons_gen'"; 7 7 $res = $dbi->prepare("$sql"); -
trunk/admin/modules/Elezioni/ele_voti.php
r338 r339 395 395 function preferenze($id_cons,$do,$id_circ,$id_sede,$id_sez,$ops){ 396 396 global $aid, $prefix, $dbi, $id_lista,$genere,$id_cons_gen,$id_gruppo,$sezi,$circo,$votog,$votol,$votoc,$conscirc; 397 global $tipo_cons,$limite,$dettnulli,$disgiunto ,$circo;397 global $tipo_cons,$limite,$dettnulli,$disgiunto; 398 398 $bgcolor1="#7777ff"; 399 399 $bgcolor2=$_SESSION['bgcolor2']; … … 636 636 if($vliste>$vgruppo) 637 637 { 638 $sql="SELECT descrizione FROM ".$prefix."_ele_gruppo where id_gruppo='$id_gruppo' $circo";638 $sql="SELECT descrizione FROM ".$prefix."_ele_gruppo where id_gruppo='$id_gruppo'"; 639 639 $result = $dbi->prepare("$sql"); 640 640 $result->execute(); … … 647 647 elseif($vliste<$vgruppo) 648 648 { 649 $sql="SELECT descrizione FROM ".$prefix."_ele_gruppo where id_gruppo='$id_gruppo' $circo";649 $sql="SELECT descrizione FROM ".$prefix."_ele_gruppo where id_gruppo='$id_gruppo'"; 650 650 $result = $dbi->prepare("$sql"); 651 651 $result->execute(); … … 1264 1264 1265 1265 1266 1267 1266 list($voti_sez)=$resg->fetch(PDO::FETCH_NUM); 1267 if(($genere==5 and !$disgiunto and $voti_sez and $flagsg and ($tipo_cons==18 or $tipo_cons==19))){ 1268 1268 1269 1269 $sql="SELECT sum(solo_gruppo) from ".$prefix."_ele_voti_gruppo where id_cons=$id_cons and id_sez=$id_sez"; … … 1382 1382 $max = $res->rowCount(); 1383 1383 //echo "Massimo:$max - id=$id_cons - circo: $circo"; 1384 $sql="select * from ".$prefix."_ele_gruppo where id_cons='$id_cons' $circo ORDER BY num_gruppo "; 1385 $result = $dbi->prepare("$sql"); 1386 $result->execute(); 1387 1384 1388 1385 1389 $i=1; -
trunk/admin/versione.php
r338 r339 1 1 <?php 2 2 3 $versione = "3.0 rev 33 8";3 $versione = "3.0 rev 339"; 4 4 $version_number = $versione; 5 5 $datarel = "11 novembre 2020"; -
trunk/client/versione.php
r338 r339 1 1 <?php 2 2 3 $versione = "3.0 rev 33 8";3 $versione = "3.0 rev 339"; 4 4 $version_number = $versione; 5 5 $datarel = "11 novembre 2020";
Note:
See TracChangeset
for help on using the changeset viewer.