Monotone-Parent: 755524b00e9b962e6240a95f6bfdd559ca240f5a

Monotone-Revision: b37f3f6ae0b2c8936fa170defaec8e6b7c107b85

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-14T20:43:55
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-08-14 20:43:55 +00:00
parent 55b39d214d
commit 6b539e8e15
8 changed files with 57 additions and 31 deletions
+6 -5
View File
@@ -654,11 +654,12 @@
method = [[self userFolderPath] stringByAppendingPathComponent:method];
/* check if participants have already been provided */
ps = [[[self context] request] formValueForKey:@"ps"];
if (ps) {
[self setQueryParameter:ps forKey:@"ps"];
}
else if ([[self clientObject] respondsToSelector:@selector(calendarUIDs)]) {
ps = [self queryParameterForKey:@"ps"];
// if (ps) {
// [self setQueryParameter:ps forKey:@"ps"];
// }
if (!ps
&& [[self clientObject] respondsToSelector:@selector(calendarUIDs)]) {
AgenorUserManager *um;
NSArray *uids;
NSMutableArray *emails;