The branch, master has been updated via aef93ba59230af6932cbdfea83a1f60d56676794 (commit) from 8cd7179f80581ff86e5cc3f4ddd10e4f688cf515 (commit)
- Log ----------------------------------------------------------------- commit aef93ba59230af6932cbdfea83a1f60d56676794 Author: Marc Delisle marc@infomarc.info Date: Fri Feb 18 12:44:33 2011 -0500
Bug #3178935 Navigation full mode: no expansion
-----------------------------------------------------------------------
Summary of changes: navigation.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/navigation.php b/navigation.php index c162aa2..ef191fe 100644 --- a/navigation.php +++ b/navigation.php @@ -453,7 +453,7 @@ function PMA_displayDbList($ext_dblist, $offset, $count) { </a> <?php } - if ($db['num_tables']) { + if (($GLOBALS['cfg']['Server']['CountTables'] === false) || $db['num_tables']) { if (isset($tables_full[$db['name']])) { $tables = PMA_getTableList($db['name'], $tables_full[$db['name']]); } elseif (isset($tables_full[strtolower($db['name'])])) {
hooks/post-receive