mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 02:45:08 +00:00
Monotone-Parent: 6a4ca400c5002f16d1bc1a5c29569fd895195891
Monotone-Revision: e29f563ab0cd9f47da56070fa528af4b9c253e7a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-10T16:15:24 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -104,12 +104,11 @@ static NSString *uidColumnName = @"uid";
|
||||
{
|
||||
GCSChannelManager *cm;
|
||||
EOAdaptorChannel *channel;
|
||||
NSDictionary *row, *oldValues;
|
||||
NSDictionary *row;
|
||||
NSException *ex;
|
||||
NSString *sql;
|
||||
NSString *sql, *value;
|
||||
NSArray *attrs;
|
||||
BOOL rc;
|
||||
id column;
|
||||
|
||||
rc = NO;
|
||||
|
||||
@@ -143,12 +142,9 @@ static NSString *uidColumnName = @"uid";
|
||||
[channel cancelFetch];
|
||||
|
||||
/* remember values */
|
||||
column = [row objectForKey: fieldName];
|
||||
if ([column isNotNull])
|
||||
{
|
||||
oldValues = [column propertyList];
|
||||
[values setDictionary: oldValues];
|
||||
}
|
||||
value = [row objectForKey: fieldName];
|
||||
if ([value isNotNull])
|
||||
[values setDictionary: [value propertyList]];
|
||||
|
||||
ASSIGN (lastFetch, [NSCalendarDate date]);
|
||||
defFlags.modified = NO;
|
||||
|
||||
Reference in New Issue
Block a user