mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-15 11:51:23 +00:00
1
NEWS
1
NEWS
@@ -46,6 +46,7 @@ Bug fixes
|
||||
- fixed HTML formatting of appointment notifications for Outlook (#2233)
|
||||
- replace slashes by dashes in filenames of attachments to avoid a 404 return code (#2537)
|
||||
- avoid over-using LDAP connections when decomposing groups
|
||||
- fixed display of a contact's birthday when not defined (#2503)
|
||||
|
||||
2.1.1b (2013-12-04)
|
||||
-------------------
|
||||
|
||||
@@ -776,7 +776,7 @@ convention:
|
||||
|
||||
bday = [self bday];
|
||||
date = nil;
|
||||
if (bday)
|
||||
if ([bday length] > 0)
|
||||
{
|
||||
// Expected format of BDAY is YYYY[-]MM[-]DD
|
||||
value = [bday stringByReplacingString: @"-" withString: @""];
|
||||
|
||||
Reference in New Issue
Block a user