Ignore:
Timestamp:
Feb 9, 2019, 8:45:24 PM (6 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

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

    r256 r257  
    257257                $sth = $dbi->prepare("$sql");
    258258                $sth->execute();
    259                 $sql2 = $sth->fetch(PDO::FETCH_BOTH);
    260                 foreach($sql2 as $row){
     259                while( $row = $sth->fetch(PDO::FETCH_BOTH)) {
     260        #       foreach($sql2 as $row){
    261261                        $esi=0;
    262262                        for ($i=0; $i < sizeof($tlist); $i++) {
Note: See TracChangeset for help on using the changeset viewer.