From 0ce5b869232cb1d11cf1fad95e34fe2ef8aea4a4 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 11 Aug 2007 13:34:20 +0000 Subject: [PATCH] display table list navigator also under the list --- db_structure.php | 2 ++ 1 file changed, 2 insertions(+) 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']); ?>