mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-19 05:25:55 +00:00
Monotone-Parent: 222ceca8e71fe7e1c2395ac641b067b96b94ae3f
Monotone-Revision: 3550dd70ecbb9d12c44ec69561f97a455b714c93 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-10-08T16:03:24 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -492,20 +492,12 @@ static Class sogoAppointmentFolderKlass = Nil;
|
||||
GCSFolder *folder;
|
||||
NSString *sql, *dateSqlString, *titleSqlString, *componentSqlString,
|
||||
*filterSqlString;
|
||||
NGCalendarDateRange *r;
|
||||
|
||||
folder = [self ocsFolder];
|
||||
if (startDate && endDate)
|
||||
{
|
||||
r = [NGCalendarDateRange calendarDateRangeWithStartDate: startDate
|
||||
endDate: endDate];
|
||||
dateSqlString = [self _sqlStringRangeFrom: startDate to: endDate];
|
||||
}
|
||||
dateSqlString = [self _sqlStringRangeFrom: startDate to: endDate];
|
||||
else
|
||||
{
|
||||
r = nil;
|
||||
dateSqlString = @"";
|
||||
}
|
||||
dateSqlString = @"";
|
||||
|
||||
if ([title length])
|
||||
titleSqlString = [NSString stringWithFormat: @"AND (c_title"
|
||||
|
||||
Reference in New Issue
Block a user