#887 short term fix for preventing ToArgs to alter the content of an object...

SVN:2.0.2[3096]
This commit is contained in:
Denis Flaven
2014-03-04 14:00:01 +00:00
parent 1a848fb3cc
commit 2833ef0853
2 changed files with 2 additions and 2 deletions

View File

@@ -418,7 +418,7 @@ class DBObjectSet
CMDBSource::FreeResult($resQuery);
$this->m_iCount = $aRow['COUNT'];
}
return $this->m_iCount;
return $this->m_iCount; // WARNING this value can be wrong, see Trac #887
}
}