From 6222c733c11e6fd570016a6e1fd57a61474164aa Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Fri, 8 Mar 2024 19:25:48 +0000 Subject: [PATCH] Update file news.php --- html/news.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/news.php b/html/news.php index c1ef354a..3bc7523f 100644 --- a/html/news.php +++ b/html/news.php @@ -47,7 +47,7 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) { prepare("SELECT ID, titre, date FROM articles WHERE (titre LIKE :search OR ID LIKE :search OR auteur LIKE :search) AND classification <= :accreditation ORDER BY date DESC"); $req->bindParam(":search", $search); $req->bindParam(":accreditation", $_SESSION['accreditation']);