From 4510179aebaf1939cd860318a8ab1a492067ada7 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Thu, 10 Dec 2009 11:55:59 +0000 Subject: [PATCH] Whitespace git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1262 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- adminer/db.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/db.inc.php b/adminer/db.inc.php index e1336376..4e2ebd3f 100644 --- a/adminer/db.inc.php +++ b/adminer/db.inc.php @@ -24,7 +24,7 @@ if ($tables_views && !$error) { //! move triggers $message = lang('Tables have been moved.'); } elseif ((!isset($_POST["drop"]) || !$_POST["views"] || queries("DROP VIEW " . implode(", ", array_map('idf_escape', $_POST["views"])))) - && (!$_POST["tables"] || ($result = queries((isset($_POST["optimize"]) ? "OPTIMIZE" : (isset($_POST["check"]) ? "CHECK" : (isset($_POST["repair"]) ? "REPAIR" : (isset($_POST["drop"]) ? "DROP" : "ANALYZE")))) . " TABLE " . implode(", ", array_map('idf_escape', $_POST["tables"]))))) + && (!$_POST["tables"] || ($result = queries((isset($_POST["optimize"]) ? "OPTIMIZE" : (isset($_POST["check"]) ? "CHECK" : (isset($_POST["repair"]) ? "REPAIR" : (isset($_POST["drop"]) ? "DROP" : "ANALYZE")))) . " TABLE " . implode(", ", array_map('idf_escape', $_POST["tables"]))))) ) { if (isset($_POST["drop"])) { $message = lang('Tables have been dropped.');