N°931: Integrity controls

This commit is contained in:
Eric
2018-09-11 12:22:50 +02:00
parent 6817cfbeea
commit 8577fc6701
5 changed files with 255 additions and 68 deletions

View File

@@ -815,8 +815,8 @@ class DBObjectSet implements iDBObjectSetIterator
if ($resQuery)
{
$aRow = CMDBSource::FetchArray($resQuery);
CMDBSource::FreeResult($resQuery);
$iCount = intval($aRow['COUNT']);
CMDBSource::FreeResult($resQuery);
}
else
{