Index: trunk/kernel/units/groups/groups_item.php =================================================================== diff -u -N --- trunk/kernel/units/groups/groups_item.php (revision 5186) +++ trunk/kernel/units/groups/groups_item.php (revision 0) @@ -1,23 +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