mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 16:33:22 +00:00
Monotone-Parent: f7df5216f7c3f99825abc96b89456b990ef01f02
Monotone-Revision: 8494d73eddd971425d160f71b9402b3e05217405 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-03-27T20:29:33 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -153,6 +153,10 @@ static NSString *uidColumnName = @"c_uid";
|
||||
value = [row objectForKey: fieldName];
|
||||
if ([value isNotNull])
|
||||
{
|
||||
value = [value stringByReplacingString: @"''"
|
||||
withString: @"'"];
|
||||
value = [value stringByReplacingString: @"\\\\"
|
||||
withString: @"\\"];
|
||||
plistData = [value dataUsingEncoding: NSUTF8StringEncoding];
|
||||
values
|
||||
= [NSPropertyListSerialization propertyListFromData: plistData
|
||||
|
||||
Reference in New Issue
Block a user