diff --git a/ChangeLog b/ChangeLog index 76c74a431..a65539cf3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-05-30 Wolfgang Sourdeau + * SoObjects/SOGo/SOGoContentObject.m + ([-hasSupportForDefaultRoles]): removed method. + * SoObjects/SOGo/LDAPUserManager.m ([LDAPUserManager -getFullEmailForUID:uid]): new method that returns the username + email pair. diff --git a/SoObjects/SOGo/SOGoContentObject.m b/SoObjects/SOGo/SOGoContentObject.m index e2b11a44e..d5153f325 100644 --- a/SoObjects/SOGo/SOGoContentObject.m +++ b/SoObjects/SOGo/SOGoContentObject.m @@ -348,11 +348,6 @@ return @""; } -- (BOOL) hasSupportForDefaultRoles -{ - return YES; -} - /* message type */ - (NSString *) outlookMessageClass