Connect interfaces to each other (1-1 link)

SVN:trunk[816]
This commit is contained in:
Romain Quetiez
2010-09-10 18:51:09 +00:00
parent dfb1ae83c7
commit 1a4c3c98f1
2 changed files with 51 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ abstract class CMDBObject extends DBObject
{
protected $m_datCreated;
protected $m_datUpdated;
// Note: this value is static, but that could be changed because it is sometimes a real issue (see update of interfaces / connected_to
protected static $m_oCurrChange = null;