[Phpmyadmin-git] [SCM] phpMyAdmin branch, MAINT_3_4_0, updated. RELEASE_3_4_0ALPHA1-534-ga3ae93f

Marc Delisle lem9 at users.sourceforge.net
Sun Nov 28 14:18:03 CET 2010


The branch, MAINT_3_4_0 has been updated
       via  a3ae93f7768cbb4eb91a2473cdce0dc4936407f1 (commit)
      from  5467dab20909e17fef854fea1e5c626d119c76b7 (commit)


- Log -----------------------------------------------------------------
commit a3ae93f7768cbb4eb91a2473cdce0dc4936407f1
Author: garas <garas at users.sourceforge.net>
Date:   Sun Nov 28 08:12:22 2010 -0500

    patch #3112792 [navi] Left panel table grouping incorrect

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog      |    2 ++
 navigation.php |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d9e6a34..5895330 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -121,6 +121,8 @@
 + rfe #3111455 [interface] Column highlighting and marking in table view
 + Visual query builder
 - bug #3115519 [interface] Prevent long queries from being shown in confirmation popup
+- patch #3112792 [navi] Left panel table grouping incorrect,
+  thanks to garas - garas
 
 3.3.9.0 (not yet released)
 - bug [doc] Fix references to MySQL doc
diff --git a/navigation.php b/navigation.php
index bebdb19..a45277c 100644
--- a/navigation.php
+++ b/navigation.php
@@ -606,7 +606,7 @@ function PMA_displayTableList($tables, $visible = false,
             echo '</li>' . "\n";
         } elseif (is_array($table)) {
             // the table was not grouped because it is the only one with its prefix
-            if (isset($table['is' . $sep . 'group'])) {
+            while (isset($table['is' . $sep . 'group'])) {
                 // get the array with the actual table information
                 foreach ($table as $value) {
                     if(is_array($value)) {


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list