diff --git a/html/news.php b/html/news.php
index b8dbfc1e..7eee3538 100644
--- a/html/news.php
+++ b/html/news.php
@@ -55,7 +55,7 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) {
echo "";
} else {
$bdd = connect($dbhost, $dbname, $dbuser, $dbpass);
- $req = $bdd->prepare("SELECT ID, titre, date, auteur, classification FROM articles WHERE classification <= :accreditation ORDER BY date DESC");
+ $req = $bdd->prepare("SELECT ID, titre, date, classification FROM articles WHERE classification <= :accreditation ORDER BY date DESC");
$req->bindParam(":accreditation", $_SESSION['accreditation']);
$req->execute();
$resultat = $req->fetchAll(PDO::FETCH_ASSOC);
@@ -68,7 +68,6 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) {
echo "";
echo "