This commit is contained in:
Marc Delisle
2002-06-28 11:52:24 +00:00
parent f9cf40c127
commit 7387f036ac

View File

@@ -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 '<br />';
/**
* Get the list of the fields of the current table