diff --git a/adminer/foreign.inc.php b/adminer/foreign.inc.php index c87728e6..811eb64b 100644 --- a/adminer/foreign.inc.php +++ b/adminer/foreign.inc.php @@ -48,17 +48,18 @@ if ($_POST) { $row["table"] = $TABLE; $row["source"] = array(""); } - -$source = array_keys(fields($TABLE)); //! no text and blob -$target = ($TABLE === $row["table"] ? $source : array_keys(fields($row["table"]))); -$referencable = array_keys(array_filter(table_status('', true), 'fk_support')); ?>