Prepare for foreign keys edit

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@139 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2007-07-11 16:02:57 +00:00
parent 1a1e6ef79d
commit 736c73358d
4 changed files with 25 additions and 9 deletions

8
foreign.inc.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
page_header(lang('Foreign key') . ": " . htmlspecialchars($_GET["foreign"]));
if (strlen($_GET["name"])) {
$foreign_keys = foreign_keys($_GET["foreign"]);
$foreign_key = $foreign_keys[$_GET["name"]];
}