#133 Issue on object creation with fields set to 'null'

SVN:trunk[444]
This commit is contained in:
Romain Quetiez
2010-06-09 08:26:30 +00:00
parent 090e766f84
commit d854c72243

View File

@@ -159,6 +159,11 @@ class CMDBSource
// otherwise and if there is a mix of strings and numbers, the clause
// would always be false
if (is_null($value))
{
return 'NULL';
}
if (is_array($value))
{
$aRes = array();