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