Ignore:
Timestamp:
Apr 21, 2019, 9:46:30 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/modules/Elezioni/query.sql

    r257 r282  
    8787        $sth->execute();       
    8888        if ($sth->rowCount()){
    89                 $row2 = $sth->fetchAll();
    90                 $limite=$row2[0];
    91         }
     89                $limite = $sth->fetch(PDO::FETCH_NUM);
     90        } else $limite=0;
    9291        return($row);
    9392}
Note: See TracChangeset for help on using the changeset viewer.