From f8684b2edac7d3d18a1bf770596b5c03df871fab Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 08:42:36 +0000 Subject: [PATCH] Update file compte.php --- html/compte.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/compte.php b/html/compte.php index 2c75da7b..0c9d2008 100644 --- a/html/compte.php +++ b/html/compte.php @@ -105,7 +105,7 @@ if (isset($_FILES['banner']) && $_FILES['banner']['error'] == 0) { $req->bindParam(":user_banner", $path); $req->bindParam(":user_id", $_SESSION['userid']); if($req->execute()) { - $status "Banière mise à jour"; + $status = "Banière mise à jour"; } else { $status = "Erreur SQL"; }