mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-09 12:29:44 +00:00
See ChangeLog
Monotone-Parent: 3f20a85d13ccd9287c2d83d025e20a9dc73a3f02 Monotone-Revision: 07d4e2dd2f55ba5735637b9ccd7e85474c204bca Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-07-14T13:08:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-07-14 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoGCSFolder.m (davCollectionTag)
|
||||
We now correctly cast the sync tag value.
|
||||
|
||||
2011-07-13 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/UIxAppointmentEditor.js (handleAllDay)
|
||||
|
||||
@@ -827,7 +827,7 @@ static NSArray *childRecordFields = nil;
|
||||
lmDate = [[self ocsFolder] lastModificationDate];
|
||||
|
||||
return [NSString stringWithFormat: @"%d",
|
||||
(lmDate ? [lmDate timeIntervalSince1970]
|
||||
(lmDate ? (int)[lmDate timeIntervalSince1970]
|
||||
: -1)];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user