Changeset 285


Ignore:
Timestamp:
Apr 22, 2019, 12:44:22 AM (5 years ago)
Author:
roby
Message:
 
Location:
trunk/admin/modules/Elezioni
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/modules/Elezioni/ele_voti.php

    r271 r285  
    435435$res_lis->execute();
    436436
    437 
     437echo"if(($genere==5 and $id_conf and $fascia<=$limite and !$disgiunto) and !$id_lista) {";
    438438                $num_liste = $res_lis->rowCount();
    439439                $ele_lista='';
  • trunk/admin/modules/Elezioni/query.sql

    r282 r285  
    8787        $sth->execute();       
    8888        if ($sth->rowCount()){
    89                 $limite = $sth->fetch(PDO::FETCH_NUM);
     89                list($limite) = $sth->fetch(PDO::FETCH_NUM);
    9090        } else $limite=0;
    9191        return($row);
Note: See TracChangeset for help on using the changeset viewer.