fixed bug #614303 (Duplicate args in table tabs links)

This commit is contained in:
Loïc Chapeaux
2002-09-27 15:15:11 +00:00
parent 4a71ee52e1
commit 9344d5ea79
13 changed files with 15 additions and 29 deletions

View File

@@ -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";