patch #3112792 [navi] Left panel table grouping incorrect

This commit is contained in:
garas
2010-11-28 08:12:22 -05:00
committed by Marc Delisle
parent 5467dab209
commit a3ae93f776
2 changed files with 3 additions and 1 deletions

View File

@@ -121,6 +121,8 @@
+ rfe #3111455 [interface] Column highlighting and marking in table view + rfe #3111455 [interface] Column highlighting and marking in table view
+ Visual query builder + Visual query builder
- bug #3115519 [interface] Prevent long queries from being shown in confirmation popup - 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) 3.3.9.0 (not yet released)
- bug [doc] Fix references to MySQL doc - bug [doc] Fix references to MySQL doc

View File

@@ -606,7 +606,7 @@ function PMA_displayTableList($tables, $visible = false,
echo '</li>' . "\n"; echo '</li>' . "\n";
} elseif (is_array($table)) { } elseif (is_array($table)) {
// the table was not grouped because it is the only one with its prefix // 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 // get the array with the actual table information
foreach ($table as $value) { foreach ($table as $value) {
if(is_array($value)) { if(is_array($value)) {