Monotone-Parent: ffb403989e64c7ca37321c15ab24b50155dc2f68
Monotone-Revision: 48733b3e73bfc83c123ca2ac9875ae46796a7197

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-10-21T18:03:01
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2009-10-21 18:03:01 +00:00
parent 98a48a1c53
commit e7b6f8c8a8
3 changed files with 4 additions and 4 deletions

View File

@ -123,8 +123,8 @@
if ([startDate isNotNull])
{
if (isAllDay)
NSLog (@"start date...");
// if (isAllDay)
// NSLog (@"start date...");
[row setObject: [self quickRecordDateAsNumber: startDate
withOffset: 0 forAllDay: isAllDay]
forKey: @"c_startdate"];

View File

@ -197,7 +197,7 @@ static NSString *LDAPContactInfoAttribute = nil;
intervals = interval / intervalSeconds; /* slices of 15 minutes */
freeBusyItems = NSZoneCalloc (NULL, intervals, sizeof (int));
[self _fillFreeBusyItems: freeBusyItems count: intervals
withRecords: [fb fetchFreeBusyInfosFrom: startDate to: endDate]
withRecords: [fb fetchFreeBusyInfosFrom: startDate to: endDate]
fromStartDate: startDate toEndDate: endDate];
response = [NSMutableString string];

View File

@ -1280,7 +1280,7 @@ function messageCallback(http) {
}
else if (http.status == 404) {
alert (getLabel("The message you have selected doesn't exist anymore."));
window.location.reload ();
window.location.reload();
}
else
log("messageCallback: problem during ajax request: " + http.status);