]> git.joonet.de Git - adminer.git/commitdiff
Whitespace
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Thu, 10 Dec 2009 11:55:59 +0000 (11:55 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Thu, 10 Dec 2009 11:55:59 +0000 (11:55 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1262 7c3ca157-0c34-0410-bff1-cbf682f78f5c

adminer/db.inc.php

index e13363766f4caf1b7378611d9cffdc7ba07c427d..4e2ebd3fe7bf46ad85d43f8ec5e143e5b4834e76 100644 (file)
@@ -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.');