patch #3112792 [navi] Left panel table grouping incorrect
This commit is contained in:
@@ -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
|
||||||
|
@@ -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)) {
|
||||||
|
Reference in New Issue
Block a user