mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
@@ -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