Update file journal.php

This commit is contained in:
Jan BELLON 2024-03-07 02:53:51 +00:00
parent 5818fb47aa
commit b8e2e4a1bf

View File

@ -57,7 +57,7 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) {
$req->execute();
$resultat = $req->fetchAll(PDO::FETCH_ASSOC);
$date = new Datetime($row['date'])
$date = new Datetime($row['date']);
if ($resultat) {
foreach($resultat as $row) {