mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
Monotone-Parent: e3fab991f8acdf50ab7d6d504ea815833917dca9
Monotone-Revision: 0262ad6d9f36a6eba330f44333c27b101a5ca0cf Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-05T22:35:12 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -807,12 +807,13 @@ static NSNumber *sharedYes = nil;
|
||||
infos = [[NSArray alloc] initWithObjects:
|
||||
@"c_name", @"component",
|
||||
@"title", @"location", @"orgmail",
|
||||
@"status", @"ispublic",
|
||||
@"status", @"classification",
|
||||
@"isallday", @"isopaque",
|
||||
@"participants", @"partmails",
|
||||
@"partstates", @"sequence", @"priority", nil];
|
||||
|
||||
return [self fetchFields: infos from: _startDate to: _endDate component: _component];
|
||||
return [self fetchFields: infos from: _startDate to: _endDate
|
||||
component: _component];
|
||||
}
|
||||
|
||||
- (void) deleteEntriesWithIds: (NSArray *) ids
|
||||
|
||||
Reference in New Issue
Block a user