mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-16 12:23:17 +00:00
Monotone-Parent: 6bc3a118f52fd598fab4c51ea406be4c691dae23
Monotone-Revision: f2ca93f05f1dd7d6b8d2096ea437d4d62ce8e785 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-27T18:11:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2006-10-27 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Contacts/SOGoContactLDAPEntry.m ([SOGoContactLDAPEntry
|
||||
-vCard]): the "setVClass" NGVCard method really is "setClass"
|
||||
instead.
|
||||
|
||||
* SoObjects/Contacts/SOGoContactLDAPFolder.m
|
||||
([SOGoContactLDAPFolder -_searchAttributes]): fixed typo to
|
||||
request the "streetAddress" instead of the "streetaddress".
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
if (!vcard)
|
||||
{
|
||||
vcard = [[NGVCard alloc] initWithUid: [self nameInContainer]];
|
||||
[vcard setVClass: @"PUBLIC"];
|
||||
[vcard setClass: @"PUBLIC"];
|
||||
[vcard setProdID: @"-//OpenGroupware.org//SOGo"];
|
||||
[vcard setProfile: @"vCard"];
|
||||
info = [ldapEntry singleAttributeWithName: @"displayName"];
|
||||
|
||||
Reference in New Issue
Block a user