mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
(Retrofit from trunk) N°1418 fix audit with valid_flag=true that were always failing (r5773)
SVN:2.4[5774]
This commit is contained in:
@@ -692,7 +692,7 @@ class VariableExpression extends UnaryExpression
|
||||
$res = CMDBSource::Quote($aArgs[$this->m_sName]);
|
||||
if (is_array($res))
|
||||
{
|
||||
$res = implode(', ', $res);
|
||||
$res = '('.implode(', ', $res).')';
|
||||
}
|
||||
return $res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user