Fix display of a contact's birthday

Fixes #2503
This commit is contained in:
Francis Lachapelle
2014-02-18 10:13:34 -05:00
parent 668c7e8b49
commit 212d7149ed
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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: @""];