Update file journal.php
This commit is contained in:
parent
5818fb47aa
commit
b8e2e4a1bf
@ -57,7 +57,7 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) {
|
|||||||
$req->execute();
|
$req->execute();
|
||||||
$resultat = $req->fetchAll(PDO::FETCH_ASSOC);
|
$resultat = $req->fetchAll(PDO::FETCH_ASSOC);
|
||||||
|
|
||||||
$date = new Datetime($row['date'])
|
$date = new Datetime($row['date']);
|
||||||
|
|
||||||
if ($resultat) {
|
if ($resultat) {
|
||||||
foreach($resultat as $row) {
|
foreach($resultat as $row) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user