Index: branches/unlabeled/unlabeled-1.1.4/core/units/user_groups/user_groups_dbitem.php =================================================================== diff -u --- branches/unlabeled/unlabeled-1.1.4/core/units/user_groups/user_groups_dbitem.php (revision 0) +++ branches/unlabeled/unlabeled-1.1.4/core/units/user_groups/user_groups_dbitem.php (revision 7426) @@ -0,0 +1,29 @@ +getLinkedInfo(); + $keys_hash = Array( + $this->IDField => $this->ID, + $table_info['ForeignKey'] => $table_info['ParentId'], + ); + + return parent::GetKeyClause($method, $keys_hash); + } + + } + + +?> \ No newline at end of file Index: branches/unlabeled/unlabeled-1.3.2/core/units/user_groups/user_groups_config.php =================================================================== diff -u -r6787 -r7426 --- branches/unlabeled/unlabeled-1.3.2/core/units/user_groups/user_groups_config.php (.../user_groups_config.php) (revision 6787) +++ branches/unlabeled/unlabeled-1.3.2/core/units/user_groups/user_groups_config.php (.../user_groups_config.php) (revision 7426) @@ -17,7 +17,7 @@ ), - 'ItemClass' => Array('class'=>'kDBItem','file'=>'','build_event'=>'OnItemBuild'), + 'ItemClass' => Array('class'=>'UserGroups_DBItem','file'=>'user_groups_dbitem.php','build_event'=>'OnItemBuild'), 'ListClass' => Array('class'=>'kDBList','file'=>'','build_event'=>'OnListBuild'), 'EventHandlerClass' => Array('class'=>'kDBEventHandler','file'=>'','build_event'=>'OnBuild'), 'TagProcessorClass' => Array('class'=>'kDBTagProcessor','file'=>'','build_event'=>'OnBuild'),