git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4602 a333f486-631f-4898-b8df-5754b55c2be0
@@ -531,7 +531,7 @@ EOF
public function GetFieldId($sCode)
{
- return $this->GetPrefix().'attr_'.$sCode;
+ return $this->GetPrefix().'attr_'.utils::GetSafeId($sCode.$this->GetSuffix());
}
public function GetFieldName($sCode)