From b8e2e4a1bf7e465a107480294ffaeee3ccb259aa Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Thu, 7 Mar 2024 02:53:51 +0000 Subject: [PATCH] Update file journal.php --- html/journal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/journal.php b/html/journal.php index 749ab5ac..81a2efa1 100644 --- a/html/journal.php +++ b/html/journal.php @@ -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) {