diff options
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']); } |