|
@@ -1095,6 +1095,12 @@ EOF
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ $oNodesToClean = $oDelta->GetNodes('/itop_design//*[@_altered_in]');
|
|
|
|
+ foreach($oNodesToClean as $oNode)
|
|
|
|
+ {
|
|
|
|
+ $oNode->removeAttribute('_altered_in');
|
|
|
|
+ }
|
|
|
|
+
|
|
if ($aAttributes != null)
|
|
if ($aAttributes != null)
|
|
{
|
|
{
|
|
foreach ($aAttributes as $sAttribute => $value)
|
|
foreach ($aAttributes as $sAttribute => $value)
|