From: Jakub Vrana Date: Wed, 21 Aug 2019 13:05:02 +0000 (+0200) Subject: Move

after a possible error X-Git-Tag: v4.7.3~4 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=bce0e8d54acb0f347e9ec90c7b30ba2c6f95e40d;p=adminer.git Move

after a possible error --- 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") {