mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-08 09:55:09 +00:00
Monotone-Parent: 946fa8b93dadb527991769d012d88ca86a75085e
Monotone-Revision: a07c7ff422e43260171b2ab3e0d2fb3b29663f07 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-26T17:32:35 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -287,7 +287,7 @@ static NSArray *internetAccessStates = nil;
|
|||||||
interval = [endDate timeIntervalSinceDate: startDate] + 60;
|
interval = [endDate timeIntervalSinceDate: startDate] + 60;
|
||||||
intervals = interval / 900; /* slices of 15 minutes */
|
intervals = interval / 900; /* slices of 15 minutes */
|
||||||
freeBusyItems = [NSMutableArray arrayWithCapacity: intervals];
|
freeBusyItems = [NSMutableArray arrayWithCapacity: intervals];
|
||||||
for (count = 0; count < intervals - 1; count++)
|
for (count = 1; count < intervals; count++)
|
||||||
[freeBusyItems addObject: @"0"];
|
[freeBusyItems addObject: @"0"];
|
||||||
|
|
||||||
records = [[fb fetchFreebusyInfosFrom: startDate to: endDate] objectEnumerator];
|
records = [[fb fetchFreebusyInfosFrom: startDate to: endDate] objectEnumerator];
|
||||||
|
|||||||
Reference in New Issue
Block a user