From: Jakub Vrana Date: Mon, 18 Oct 2010 05:43:50 +0000 (+0200) Subject: Multi save and delete by AJAX X-Git-Tag: v3.2.0~140^2~19 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=28f494783f6763e6136f52ff0ff85502fad348dd;p=adminer.git Multi save and delete by AJAX --- diff --git a/adminer/edit.inc.php b/adminer/edit.inc.php index 32424b2d..1d23d12c 100644 --- a/adminer/edit.inc.php +++ b/adminer/edit.inc.php @@ -98,13 +98,13 @@ if (isset($_GET["select"])) { hidden_fields(array("check" => (array) $_POST["check"], "clone" => $_POST["clone"], "all" => $_POST["all"])); } if ($fields) { - echo "\n"; + echo "\n"; if (!isset($_GET["select"])) { echo '\n"; } } if ($update) { - echo "\n"; + echo "\n"; } ?>