mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
Monotone-Parent: 88abde23827bf8224db16cc732418d143787b3f6
Monotone-Revision: bcf0244d358523a4f4d16339d9ea38d4ce1114e2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-10-14T12:01:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -323,7 +323,7 @@ static NSString *LDAPContactInfoAttribute = nil;
|
||||
[response setHeader: @"text/plain; charset=utf-8"
|
||||
forKey: @"Content-Type"];
|
||||
|
||||
responseString = [NSMutableString new];
|
||||
responseString = [NSMutableString string];
|
||||
|
||||
// We sort our array - this is pretty useful for the Web
|
||||
// interface of SOGo.
|
||||
@@ -353,7 +353,6 @@ static NSString *LDAPContactInfoAttribute = nil;
|
||||
}
|
||||
}
|
||||
[response appendContentString: responseString];
|
||||
[responseString release];
|
||||
|
||||
return response;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user