Update file compte.php

This commit is contained in:
Jan BELLON 2024-03-12 08:42:14 +00:00
parent 55a11f8511
commit 327f396eb6

View File

@ -71,7 +71,7 @@ if (isset($_FILES['profile_picture']) && $_FILES['profile_picture']['error'] ==
$req->bindParam(":user_pp", $path);
$req->bindParam(":user_id", $_SESSION['userid']);
if($req->execute()) {
$status "PP mise à jour";
$status = "PP mise à jour";
} else {
$status = "Erreur SQL";
}