mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-18 04:55:56 +00:00
Monotone-Parent: 2b72439bcc17ba4d9a4c37701d8a818e14887487
Monotone-Revision: 1489f2765f23cbd92e06307e4281420b107088c7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-24T20:38:44 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#import <GDLContentStore/GCSFolderType.h>
|
||||
#import <SaxObjC/XMLNamespaces.h>
|
||||
|
||||
#import "NSArray+Utilities.h"
|
||||
#import "NSString+Utilities.h"
|
||||
|
||||
#import "SOGoPermissions.h"
|
||||
@@ -211,7 +212,7 @@ static NSString *defaultUserID = @"<default>";
|
||||
}
|
||||
if ([records isKindOfClass: [NSException class]])
|
||||
return records;
|
||||
return [records valueForKey: @"c_name"];
|
||||
return [records objectsForKey: @"c_name"];
|
||||
}
|
||||
|
||||
- (BOOL) nameExistsInFolder: (NSString *) objectName
|
||||
|
||||
Reference in New Issue
Block a user