dblayeroo : bug in GROUP BY : return the child object group by display content instead of nothing
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3948 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -2148,8 +2148,17 @@ class dblayeroo
|
|||||||
$this->sep.".".$o;
|
$this->sep.".".$o;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
elseif ($this->displayColumn !== null)
|
||||||
|
{
|
||||||
|
foreach ($this->displayColumn as $name)
|
||||||
|
{
|
||||||
|
$localGroupBy[] = $this->displayConvert ($name, true);
|
||||||
|
}
|
||||||
|
}
|
||||||
else
|
else
|
||||||
$localGroupBy = $this->displayGet (true);
|
{
|
||||||
|
// Nothing to return if there is no groupBy and nothing to display
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user