Index: branches/5.1.x/core/units/groups/groups_item.php =================================================================== diff -u -N --- branches/5.1.x/core/units/groups/groups_item.php (revision 12657) +++ branches/5.1.x/core/units/groups/groups_item.php (revision 0) @@ -1,35 +0,0 @@ -Validate()) return false; - $this->SetDBField('ResourceId', $this->Application->NextResourceId()); - - return parent::Create(); - } - - function Update($id = null, $system_update = false) - { - $this->VirtualFields['ResourceId'] = Array(); - $ret = parent::Update($id, $system_update); - unset($this->VirtualFields['ResourceId']); - - return $ret; - } - } \ No newline at end of file