From: jakubvrana Date: Thu, 5 Jul 2007 09:03:05 +0000 (+0000) Subject: $_POST can be empty in tables with set-type fields only X-Git-Tag: v3.0.0~1473 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=8788ab238f4825bdb2fb3faff422e3c95273bd06;p=adminer.git $_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 --- 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"; ?>