mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-12 02:11:23 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user