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

@@ -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)) {