From bce0e8d54acb0f347e9ec90c7b30ba2c6f95e40d Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 21 Aug 2019 15:05:02 +0200 Subject: [PATCH] Move

after a possible error --- adminer/foreign.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/adminer/foreign.inc.php b/adminer/foreign.inc.php index 4484175b..234fcff2 100644 --- a/adminer/foreign.inc.php +++ b/adminer/foreign.inc.php @@ -51,7 +51,6 @@ if ($_POST) { ?>

-

" . lang('Target table') . ": " . html_select("table", $referencable, $row["table"], $onchange) . "\n"; if ($jush == "pgsql") { echo lang('Schema') . ": " . html_select("ns", $adminer->schemas(), $row["ns"] ? $row["ns"] : $_GET["ns"], $onchange); } elseif ($jush != "sqlite") {