From 7387f036acc45c622e990542a15cf6f5c5cd546d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 28 Jun 2002 11:52:24 +0000 Subject: [PATCH] menu --- tbl_change.php3 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tbl_change.php3 b/tbl_change.php3 index 02212c0af..e20449353 100755 --- a/tbl_change.php3 +++ b/tbl_change.php3 @@ -66,6 +66,20 @@ if ($goto != 'db_details.php3' && $goto != 'tbl_properties.php3') { . (($goto == 'tbl_properties.php3') ? '&table=' . urlencode($table) : ''); } +require('./libraries/db_table_exists.lib.php3'); + +/** + * Set parameters for links + */ +$url_query = 'lang=' . $lang + . '&convcharset=' . $convcharset + . '&server=' . $server + . '&db=' . urlencode($db) + . '&table=' . urlencode($table) + . '&goto=tbl_properties.php3'; + +require('./tbl_properties_table_info.php3'); +echo '
'; /** * Get the list of the fields of the current table