Cleanup of message displaying and navigation reloading.
This commit is contained in:
@@ -38,8 +38,17 @@ if (!isset($param) || $param[0] == '') {
|
||||
require('./tbl_properties_common.php');
|
||||
//$err_url = 'tbl_select.php' . $err_url;
|
||||
$url_query .= '&goto=tbl_select.php&back=tbl_select.php';
|
||||
|
||||
/**
|
||||
* Gets tables informations
|
||||
*/
|
||||
require('./tbl_properties_table_info.php');
|
||||
|
||||
/**
|
||||
* Displays top menu links
|
||||
*/
|
||||
require('./tbl_properties_links.php');
|
||||
|
||||
if (!isset($goto)) {
|
||||
$goto = $cfg['DefaultTabTable'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user