From b41947d46e9ba888cc6f7f94af23e134bf412e08 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 9 Jan 2011 07:52:30 -0500 Subject: [PATCH] Page selector in navi panel and in db Structure did not trigger on change --- db_structure.php | 2 ++ js/functions.js | 13 +++++++++++++ 2 files changed, 15 insertions(+) diff --git a/db_structure.php b/db_structure.php index 0004d375b3..fb2ecc0a1d 100644 --- a/db_structure.php +++ b/db_structure.php @@ -83,6 +83,7 @@ if ($num_tables == 0) { /** * Displays the tables list */ +echo '
'; $_url_params = array( 'pos' => $pos, 'db' => $db); @@ -530,6 +531,7 @@ if (!$db_is_information_schema) { // display again the table list navigator PMA_listNavigator($total_num_tables, $pos, $_url_params, 'db_structure.php', 'frame_content', $GLOBALS['cfg']['MaxTableList']); ?> +