Changeset 257 for trunk/admin/modules/Elezioni/ele_configurazione.php
- Timestamp:
- Feb 9, 2019, 8:45:24 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_configurazione.php
r256 r257 257 257 $sth = $dbi->prepare("$sql"); 258 258 $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){ 261 261 $esi=0; 262 262 for ($i=0; $i < sizeof($tlist); $i++) {
Note:
See TracChangeset
for help on using the changeset viewer.