diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-03-18 17:55:48 +0100 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-03-18 17:55:48 +0100 |
commit | 4c4b8df824dcd2fd3ac4b8d486181ec87a0f13cd (patch) | |
tree | 3748190bf03444a6fa39624fbe75df462f7fddcd /manageusers.php | |
parent | 6bf04fb78dddeef3d95a4dfd7de75546055e04b0 (diff) | |
download | arfnet2-cstims-4c4b8df824dcd2fd3ac4b8d486181ec87a0f13cd.tar.gz arfnet2-cstims-4c4b8df824dcd2fd3ac4b8d486181ec87a0f13cd.zip |
Add manageorders, fix services edit
Diffstat (limited to 'manageusers.php')
-rw-r--r-- | manageusers.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manageusers.php b/manageusers.php index 15bb6d2..f49c63e 100644 --- a/manageusers.php +++ b/manageusers.php @@ -65,7 +65,6 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { $param_id = $_POST["id"]; if (!mysqli_stmt_execute($stmt) || (mysqli_stmt_affected_rows($stmt) != 1)) { - echo "email: ".$_POST["email"]; echo "SQL error: ".mysqli_stmt_error($stmt); } else header("location: ".$_SERVER['SCRIPT_NAME']); } |