mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-10 22:15:26 +00:00
Monotone-Parent: 70053c4380cee117bbb483d951dbc6bb08f67c88
Monotone-Revision: 27aea167b22f4039327617a920f320773435357a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-26T20:37:54 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -874,12 +874,13 @@ static NSNumber *sharedYes = nil;
|
||||
*privacySqlString, *currentLogin;
|
||||
NGCalendarDateRange *r;
|
||||
|
||||
if (_folder == nil) {
|
||||
[self errorWithFormat:@"(%s): missing folder for fetch!",
|
||||
if (!_folder)
|
||||
{
|
||||
[self errorWithFormat:@"(%s): missing folder for fetch!",
|
||||
__PRETTY_FUNCTION__];
|
||||
return nil;
|
||||
}
|
||||
|
||||
return nil;
|
||||
}
|
||||
|
||||
if (_startDate && _endDate)
|
||||
{
|
||||
r = [NGCalendarDateRange calendarDateRangeWithStartDate: _startDate
|
||||
|
||||
Reference in New Issue
Block a user