mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-24 14:29:28 +00:00
(fix) can now invite to exceptions only (fixes #2561)
This commit is contained in:
@@ -265,8 +265,8 @@ static NSArray *tasksFields = nil;
|
||||
NSString *aDateField;
|
||||
int daylightOffset;
|
||||
unsigned int count;
|
||||
static NSString *fields[] = { @"startDate", @"c_startdate",
|
||||
@"endDate", @"c_enddate" };
|
||||
|
||||
static NSString *fields[] = { @"startDate", @"c_startdate", @"endDate", @"c_enddate" };
|
||||
|
||||
/* WARNING: This condition has been put and removed many times, please leave
|
||||
it. Here is the story...
|
||||
|
||||
Reference in New Issue
Block a user