From 0abe5a5060af8d17190fd5d4e2ae32e2c0121459 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Sun, 7 Jun 2009 23:24:37 +0000 Subject: [PATCH] Change HTML to SQL git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@660 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- edit.inc.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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 ' '; +} +?>