From 8788ab238f4825bdb2fb3faff422e3c95273bd06 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Thu, 5 Jul 2007 09:03:05 +0000 Subject: [PATCH] $_POST can be empty in tables with set-type fields only git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@33 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- edit.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit.inc.php b/edit.inc.php index 8b759571..27393fa9 100644 --- a/edit.inc.php +++ b/edit.inc.php @@ -97,7 +97,7 @@ foreach ($fields as $name => $field) { } echo "\n"; } -echo " " . ($where ? " " : "") . "\n"; +echo " " . ($where ? " " : "") . "\n"; ?>