fixed bug #614303 (Duplicate args in table tabs links)
This commit is contained in:
@@ -24,7 +24,6 @@ if ((!empty($submit_mult) && isset($selected_fld))
|
||||
* Prepares the table structure display
|
||||
*/
|
||||
// 1. Get table information
|
||||
$sub_part = '_structure';
|
||||
require('./tbl_properties_table_info.php3');
|
||||
|
||||
// 2. Gets table keys and retains them
|
||||
@@ -264,7 +263,6 @@ if ($fields_cnt > 20) {
|
||||
<!-- Browse links -->
|
||||
<?php
|
||||
echo "\n";
|
||||
$sub_part = '_structure';
|
||||
include('./tbl_properties_links.php3');
|
||||
} // end if ($fields_cnt > 20)
|
||||
echo "\n\n";
|
||||
|
Reference in New Issue
Block a user