From: Jakub Vrana Date: Tue, 19 Oct 2010 14:44:12 +0000 (+0200) Subject: Handle sending the form without AJAX after AJAX request X-Git-Tag: v3.2.0~140^2~7 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=0ba6eaa3e21e22ea0f6dd49dc91719d91a148380;p=adminer.git Handle sending the form without AJAX after AJAX request --- 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;