Changeset 269 for trunk/client
- Timestamp:
- Apr 14, 2019, 9:44:22 PM (6 years ago)
- Location:
- trunk/client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/blocchi/00_affluenze.php
r265 r269 46 46 47 47 $sql="select t3.* from ".$prefix."_ele_voti_parziale as t3 left join ".$prefix."_ele_sezioni as t1 on t3.id_sez=t1.id_sez left join ".$prefix."_ele_sede as t2 on t1.id_sede=t2.id_sede where t3.id_cons='$id_cons' and t3.data='$data' and t3.orario='$orario' $circos group by t3.id_sez "; 48 $res l= $dbi->prepare("$sql");49 $res l->execute();48 $res1 = $dbi->prepare("$sql"); 49 $res1->execute(); 50 50 51 51 -
trunk/client/temi/stylized/menu.php
r265 r269 157 157 $resc->execute(); 158 158 159 list($chiusa)= m$resc->fetch(PDO::FETCH_NUM);159 list($chiusa)=$resc->fetch(PDO::FETCH_NUM); 160 160 161 161 if ($hondt>=1 and $chiusa==1) {
Note:
See TracChangeset
for help on using the changeset viewer.