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

@@ -7,14 +7,25 @@
*/
require_once('./libraries/grab_globals.lib.php');
require_once('./libraries/common.lib.php');
require('./tbl_properties_common.php');
require_once('./tbl_properties_common.php');
$url_query .= '&goto=tbl_properties.php';
// Note: in tbl_properties_table_info we get and display the table comment.
/**
* Gets tables informations
*/
require('./tbl_properties_table_info.php');
// Note: in tbl_properties_links.php we get and display the table comment.
// For InnoDB, this comment contains the REFER information but any update
// has not been done yet (will be done in tbl_relation.php later).
$avoid_show_comment = TRUE;
require('./tbl_properties_table_info.php');
/**
* Displays top menu links
*/
require('./tbl_properties_links.php');
require_once('./libraries/relation.lib.php');
$options_array = array('CASCADE' => 'CASCADE', 'SET_NULL' => 'SET NULL', 'NO_ACTION' => 'NO ACTION', 'RESTRICT' => 'RESTRICT');