mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-19 20:28:32 +00:00
See ChangeLog
Monotone-Parent: e290f01a5006f7dc9a5dec96622f04d6bcdb008c Monotone-Revision: ee481548c9940bbd1cea617d613818d78b722854 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-04-13T15:01:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -176,7 +176,7 @@
|
||||
|
||||
if (!obj)
|
||||
{
|
||||
ldifEntry = [ldapSource lookupContactEntryWithUIDorEmail: objectName];
|
||||
ldifEntry = [ldapSource lookupContactEntry: objectName];
|
||||
if (ldifEntry)
|
||||
obj = [SOGoContactLDIFEntry contactEntryWithName: objectName
|
||||
withLDIFEntry: ldifEntry
|
||||
@@ -190,7 +190,7 @@
|
||||
|
||||
- (NSArray *) toOneRelationshipKeys
|
||||
{
|
||||
return [ldapSource allEntryUIDs];
|
||||
return [ldapSource allEntryIDs];
|
||||
}
|
||||
|
||||
- (NSArray *) _flattenedRecords: (NSArray *) records
|
||||
|
||||
Reference in New Issue
Block a user