Changeset 285 for trunk/admin
- Timestamp:
- Apr 22, 2019, 12:44:22 AM (6 years ago)
- Location:
- trunk/admin/modules/Elezioni
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_voti.php
r271 r285 435 435 $res_lis->execute(); 436 436 437 437 echo"if(($genere==5 and $id_conf and $fascia<=$limite and !$disgiunto) and !$id_lista) {"; 438 438 $num_liste = $res_lis->rowCount(); 439 439 $ele_lista=''; -
trunk/admin/modules/Elezioni/query.sql
r282 r285 87 87 $sth->execute(); 88 88 if ($sth->rowCount()){ 89 $limite= $sth->fetch(PDO::FETCH_NUM);89 list($limite) = $sth->fetch(PDO::FETCH_NUM); 90 90 } else $limite=0; 91 91 return($row);
Note:
See TracChangeset
for help on using the changeset viewer.