- Timestamp:
- 12/17/08 16:29:28 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/ClientAdapter.cs
r1009 r1014 207 207 public override void Update(ClientInfo client) { 208 208 if (client != null) { 209 if (client.Id == default(long)) { 210 ClientInfo found = GetById(client.ClientId); 211 if (found != null) 212 client = found; 213 } 214 209 215 ResAdapter.Update(client); 210 216
Note: See TracChangeset
for help on using the changeset viewer.