diff --git a/db_structure.php b/db_structure.php index 7e22f9534..85605d224 100644 --- a/db_structure.php +++ b/db_structure.php @@ -514,6 +514,8 @@ if ($at_least_one_view_exceeds_max_count && !$db_is_information_schema) { echo '1' . PMA_sanitize(sprintf($strViewMaxExactCount, PMA_formatNumber($cfg['MaxExactCountViews'], 0), '[a@./Documentation.html#cfg_MaxExactCountViews@_blank]', '[/a]')) . "\n"; echo '' . "\n"; } +// display again the table list navigator +PMA_listNavigator($total_num_tables, $pos, $_url_params, 'db_structure.php', 'frame_content', $GLOBALS['cfg']['MaxTableList']); ?>