back links

This commit is contained in:
Marc Delisle
2002-07-21 00:23:44 +00:00
parent efadd60332
commit 49a3af59ed
6 changed files with 9 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ 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
@@ -263,7 +264,7 @@ if ($fields_cnt > 20) {
<!-- Browse links -->
<?php
echo "\n";
$sub_part = '_structure';
//$sub_part = '_structure';
include('./tbl_properties_links.php3');
} // end if ($fields_cnt > 20)
echo "\n\n";