mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°1418 fix audit with valid_flag=true that were always failing
SVN:trunk[5773]
This commit is contained in:
@@ -1286,7 +1286,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