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

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to