mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-20 20:39:28 +00:00
Monotone-Parent: e760000e5158fd24f5cf54a4f55ce9382d4ab294
Monotone-Revision: 6e571370868349ff9fdc22d99f98878688e1a798 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-05T20:12:30 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -213,8 +213,8 @@
|
||||
{
|
||||
apt = [apts objectAtIndex:i];
|
||||
aptStartDate = [apt valueForKey:@"startDate"];
|
||||
if([aptStartDate isGreaterThanOrEqualTo: start]
|
||||
&& [aptStartDate isLessThan: end])
|
||||
if ([aptStartDate isGreaterThanOrEqualTo: start]
|
||||
&& [aptStartDate isLessThan: end])
|
||||
[filtered addObject:apt];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user