Bug #3178935 Navigation full mode: no expansion
This commit is contained in:
@@ -453,7 +453,7 @@ function PMA_displayDbList($ext_dblist, $offset, $count) {
|
|||||||
</a>
|
</a>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
if ($db['num_tables']) {
|
if (($GLOBALS['cfg']['Server']['CountTables'] === false) || $db['num_tables']) {
|
||||||
if (isset($tables_full[$db['name']])) {
|
if (isset($tables_full[$db['name']])) {
|
||||||
$tables = PMA_getTableList($db['name'], $tables_full[$db['name']]);
|
$tables = PMA_getTableList($db['name'], $tables_full[$db['name']]);
|
||||||
} elseif (isset($tables_full[strtolower($db['name'])])) {
|
} elseif (isset($tables_full[strtolower($db['name'])])) {
|
||||||
|
Reference in New Issue
Block a user