[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_0ALPHA1-550-gae764b9

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


The branch, QA_3_4 has been updated
       via  ae764b973f6f07019824ab4a109f6cde96adec0e (commit)
      from  36337ff8deec0271ea98d9e5495ddc753cbbe4b7 (commit)


- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

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

diff --git a/ChangeLog b/ChangeLog
index c120c04..8f641ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -122,6 +122,8 @@
 - bug #3087682 [interface] Do not apply LeftFrameDBSeparator on first character.
 + rfe #3111455 [interface] Column highlighting and marking in table view
 + Visual query builder
+- 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