Monotone-Parent: cbba640dfc6321c0f4565ae72d616bc60cb20407

Monotone-Revision: 1f959c8c87357cf8d3745bf7b492bc7800597701

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-01-16T18:59:58
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-01-16 18:59:58 +00:00
parent aee48dc4e2
commit cdedcdfa10
7 changed files with 29 additions and 25 deletions
@@ -126,7 +126,7 @@ static BOOL sendEMailNotifications = NO;
sm = [SoSecurityManager sharedSecurityManager];
if (![sm validatePermission: SOGoCalendarPerm_ViewAllComponent
onObject: self inContext: context])
iCalString = content;
iCalString = [record objectForKey: @"c_content"];
else if (![sm validatePermission: SOGoCalendarPerm_ViewDAndT
onObject: self inContext: context])
{
@@ -165,7 +165,7 @@ static BOOL sendEMailNotifications = NO;
if (secure)
iCalString = [self secureContentAsString];
else
iCalString = content;
iCalString = [record objectForKey: @"c_content"];
if ([iCalString length] > 0)
calendar = [iCalCalendar parseSingleFromSource: iCalString];