diff --git a/adminer/edit.inc.php b/adminer/edit.inc.php index 1a478c58..f3f86087 100644 --- a/adminer/edit.inc.php +++ b/adminer/edit.inc.php @@ -64,7 +64,7 @@ if ($_POST["save"]) { } ?> -
+" method="post" enctype="multipart/form-data"> \n"; diff --git a/adminer/select.inc.php b/adminer/select.inc.php index c7315f7a..bdfdced8 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -231,7 +231,7 @@ if (!$columns) { $result->seek($limit * $page); } $email_fields = array(); - echo "\n"; + echo "\n"; // $_SERVER["REQUEST_URI"] is required for sending the form after an AJAX request $rows = array(); while ($row = $result->fetch_assoc()) { $rows[] = $row;