Monotone-Parent: 3eebff6c3d23fc58587f9e610046a48169abeb91

Monotone-Revision: 1ff171a5bfb5ed0bd389856e4e95bbf10e4150c3

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-18T15:29:06
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-18 15:29:06 +00:00
parent 127401a464
commit 424a48b960

View File

@@ -373,7 +373,9 @@
- (BOOL) hasOtherInfos
{
return ([card note] || [card bday] || [card tz]);
return ([[card note] length] > 0
|| [[card bday] length] > 0
|| [[card tz] length] > 0);
}
- (NSString *) bday