From: jakubvrana Date: Sun, 7 Jun 2009 23:24:37 +0000 (+0000) Subject: Change HTML to SQL X-Git-Tag: v3.0.0~865 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=0abe5a5060af8d17190fd5d4e2ae32e2c0121459;p=adminer.git Change HTML to SQL git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@660 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- diff --git a/edit.inc.php b/edit.inc.php index 01775090..367f017f 100644 --- a/edit.inc.php +++ b/edit.inc.php @@ -94,10 +94,14 @@ if (isset($_GET["select"])) { echo "\n"; } if ($fields) { - ?> - - - - /> + echo ''; + if (!isset($_GET["default"]) && !isset($_GET["select"])) { + echo ''; + } +} +if ($update) { + echo ' '; +} +?>