Changeset 1759 for trunk/sources/HeuristicLab.Security.ADODataAccess
- Timestamp:
- 05/08/09 12:45:58 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Security.ADODataAccess/3.2/UserGroupAdapter.cs
r1758 r1759 100 100 101 101 ManyToManyRelationHelper.UpdateRelationships(group.Id, 102 relationships , 0);102 relationships); 103 103 } 104 104 } … … 108 108 //delete all relationships 109 109 ManyToManyRelationHelper.UpdateRelationships(group.Id, 110 new List<Guid>() , 0);110 new List<Guid>()); 111 111 112 112 return base.doDelete(group) &&
Note: See TracChangeset
for help on using the changeset viewer.