Cleanup of message displaying and navigation reloading.

This commit is contained in:
Michal Čihař
2004-10-21 10:18:12 +00:00
parent 1293dc1a24
commit 3f258cfb45
22 changed files with 161 additions and 128 deletions

View File

@@ -66,13 +66,17 @@ require('./libraries/db_table_exists.lib.php');
/**
* Sets parameters for links and displays top menu
* Sets parameters for links
*/
$url_query = PMA_generate_common_url($db, $table)
. '&goto=tbl_properties.php';
require('./tbl_properties_table_info.php');
echo '<br />';
/**
* Displays top menu links
*/
require('./tbl_properties_links.php');
/**
* Get the list of the fields of the current table