From 22fd0ba08e7dfe66da5ba2f4b250bb1dce673145 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 29 Jun 2007 22:00:45 +0000 Subject: [PATCH] Monotone-Parent: 53884258a5614708a5c6c71e0b9067398269d479 Monotone-Revision: 226f5c8184e0e67598bf0e0344b9b7174261fd30 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-29T22:00:45 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 838d0abbd..84d88ed60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * SoObjects/Appointments/SOGoAppointmentFolder.m ([SOGoAppointmentFolder -folderIsMandatory]): returns YES since users must have one Calendar folder (one and only one). + ([SOGoAppointmentFolder -_privacySqlString]): unescape the + escaping '\' so make the carriage return a real one. This way, + PgSQL 8 won't complain about escaping the string. * SoObjects/SOGo/SOGoFolder.m ([SOGoFolder -ocsFolder]): new method that create the folder if considered mandatory.