$target uses $row

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@171 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2007-07-14 07:18:10 +00:00
parent 2c625219e4
commit aa14be0645

View file

@ -35,8 +35,6 @@ while ($row = $result->fetch_assoc()) {
}
}
$result->free();
$source = get_vals("SHOW COLUMNS FROM " . idf_escape($_GET["foreign"])); //! no text and blob
$target = ($_GET["foreign"] === $row["table"] ? $source : get_vals("SHOW COLUMNS FROM " . idf_escape($row["table"])));
if ($_POST) {
$row = $_POST;
@ -54,6 +52,9 @@ if ($_POST) {
} else {
$row = array("table" => $_GET["foreign"], "source" => array(""));
}
$source = get_vals("SHOW COLUMNS FROM " . idf_escape($_GET["foreign"])); //! no text and blob
$target = ($_GET["foreign"] === $row["table"] ? $source : get_vals("SHOW COLUMNS FROM " . idf_escape($row["table"])));
?>
<form action="" method="post">
<p>