mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-22 07:03:19 +00:00
(fix) small fixes over previous commit
This commit is contained in:
@@ -314,19 +314,20 @@ convention:
|
||||
o = [ldifRecord objectForKey: @"o"];
|
||||
if ([o isKindOfClass: [NSArray class]])
|
||||
[units addObjectsFromArray: (NSArray *)o];
|
||||
else if (ou)
|
||||
else if (o)
|
||||
[units addObject: o];
|
||||
[self setOrganizations: units];
|
||||
|
||||
[self _setPhoneValues: ldifRecord];
|
||||
[self _setEmails: ldifRecord];
|
||||
[[self elementWithTag: @"url" ofType: @"home"]
|
||||
setValues: [ldifRecord objectForKey: @"mozillahomeurl"] forKey: @""];
|
||||
setValues: [ldifRecord objectForKey: @"mozillahomeurl"] atIndex: 0 forKey: @""];
|
||||
[[self elementWithTag: @"url" ofType: @"work"]
|
||||
setValues: [ldifRecord objectForKey: @"mozillaworkurl"] forKey: @""];
|
||||
setValues: [ldifRecord objectForKey: @"mozillaworkurl"] atIndex: 0 forKey: @""];
|
||||
|
||||
[[self uniqueChildWithTag: @"x-aim"]
|
||||
setValues: [ldifRecord objectForKey: @"nsaimid"]
|
||||
atIndex: 0
|
||||
forKey: @""];
|
||||
|
||||
now = [NSCalendarDate date];
|
||||
|
||||
Reference in New Issue
Block a user