The branch, master has been updated
       via  aef93ba59230af6932cbdfea83a1f60d56676794 (commit)
      from  8cd7179f80581ff86e5cc3f4ddd10e4f688cf515 (commit)


- Log -----------------------------------------------------------------
commit aef93ba59230af6932cbdfea83a1f60d56676794
Author: Marc Delisle <[email protected]>
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
-- 
phpMyAdmin

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to