mirror of
https://github.com/vrana/adminer.git
synced 2026-07-01 00:09:00 +02:00
Breadcrumbs
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@262 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -25,7 +25,7 @@ if ($_POST && !$error && !$_POST["add"] && !$_POST["change"] && !$_POST["change-
|
||||
$error = $mysql->error;
|
||||
}
|
||||
|
||||
page_header(lang('Foreign key') . ": " . htmlspecialchars($_GET["foreign"]));
|
||||
page_header(lang('Foreign key'), array("table" => $_GET["foreign"]), $_GET["foreign"]);
|
||||
|
||||
$tables = array();
|
||||
$result = $mysql->query("SHOW TABLE STATUS");
|
||||
|
||||
Reference in New Issue
Block a user