Fix importazione

This commit is contained in:
Riccardo Di Dato
2016-03-18 10:24:48 +01:00
parent a8f3379a57
commit 6e825753f3
+3 -3
View File
@@ -132,10 +132,10 @@ while (is_array($dati) && sizeof($dati)>0){
// }
// }
$count+=100;
$statement = $pdo->query("select * from notizia order by id desc limit $count,100");
$dati = $statement->fetchALL(PDO::FETCH_CLASS,"stdClass");
}
$count+=100;
$statement = $pdo->query("select * from notizia order by id desc limit $count,100");
$dati = $statement->fetchALL(PDO::FETCH_CLASS,"stdClass");
}
?>