mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
N°3950 - Deprecate old unreferenced methods that are @deprecated - Expression:: Render
This commit is contained in:
@@ -114,7 +114,7 @@ class QueryLogEntry
|
||||
$aGroupedBy = array();
|
||||
foreach ($this->aGroupByExpr as $oExpr)
|
||||
{
|
||||
$aGroupedBy[] = $oExpr->Render();
|
||||
$aGroupedBy[] = $oExpr->RenderExpression();
|
||||
}
|
||||
$this->sQueryDesc = implode(', ', $aGroupedBy);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user