mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 08:06:59 +02:00
Whitespace
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1262 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -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.');
|
||||
|
Reference in New Issue
Block a user