From 371cf718e2c9690d73cdea36fd99a56fc24fbbb6 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 22:27:09 +0000 Subject: [PATCH] Update file compte.php --- html/compte.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/compte.php b/html/compte.php index a08b4510..a04fc707 100644 --- a/html/compte.php +++ b/html/compte.php @@ -40,6 +40,8 @@ if(isset($_POST['user_display_name']) && isset($_POST['user_name']) && isset($_P $req->bindParam(":user_id", $_SESSION['userid']); if($req->execute()) { $status = "Informations mises à jour"; + } else { + $status = "Erreur, les informations n'ont pas pu être mises à jour."; } } }