Ignore:
Timestamp:
Apr 22, 2019, 12:44:22 AM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.