From 9660a6fb782bca42251e802e6ff6a97bc6c8a969 Mon Sep 17 00:00:00 2001 From: znek Date: Tue, 25 Jan 2005 17:18:21 +0000 Subject: [PATCH] slight change requested by maxime git-svn-id: http://svn.opengroupware.org/SOGo/trunk@495 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGoLogic/AgenorUserManager.m | 2 ++ SOGoLogic/ChangeLog | 5 +++++ SOGoLogic/Version | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/SOGoLogic/AgenorUserManager.m b/SOGoLogic/AgenorUserManager.m index 81563a2f..52fa284c 100644 --- a/SOGoLogic/AgenorUserManager.m +++ b/SOGoLogic/AgenorUserManager.m @@ -264,6 +264,7 @@ static NSString *ldapBaseDN = nil; email = nil; count = [emailAttr count]; +#if 0 if (count > 1) { unsigned i; @@ -279,6 +280,7 @@ static NSString *ldapBaseDN = nil; } } } +#endif if (email == nil && count > 0) { email = [emailAttr stringValueAtIndex:0]; } diff --git a/SOGoLogic/ChangeLog b/SOGoLogic/ChangeLog index aee92070..eac4081d 100644 --- a/SOGoLogic/ChangeLog +++ b/SOGoLogic/ChangeLog @@ -1,3 +1,8 @@ +2005-01-25 Marcus Mueller + + * AgenorUserManager.m: changed -getEmailForUID: to resemble the same + algorithm as used by Anais (v0.9.35) + 2005-01-24 Marcus Mueller * AgenorUserManager.[hm]: rewrote -getUIDForEmail: and -getEmailForUID: diff --git a/SOGoLogic/Version b/SOGoLogic/Version index 2f55a6e4..b46f412c 100644 --- a/SOGoLogic/Version +++ b/SOGoLogic/Version @@ -1,6 +1,6 @@ # Version file -SUBMINOR_VERSION:=34 +SUBMINOR_VERSION:=35 # v0.9.34 requires libFoundation v1.0.67 # v0.9.32 requires NGiCal v4.5.37 -- 2.39.2