fix: Enter when editing additional user info in Admin saves data

This commit is contained in:
Martin Ambrus
2017-10-22 00:06:07 +02:00
parent 38a377bec6
commit 680cb209f4
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ mysqli_query($GLOBALS["link"], "UPDATE ".TB_PREFIX."users SET
RR = '".(int) $_POST['res']."',
apall = '".(int) $_POST['ooff']."',
dpall = '".(int) $_POST['odef']."'
WHERE id = ".$id."") or die(mysqli_error($database->dblink));
WHERE id = ".$id) or die(mysqli_error($database->dblink));
header("Location: ../../../Admin/admin.php?p=player&uid=".$id."");
?>