mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Monotone-Parent: ab81a2b3344ce13069fdc2f4762e128a13136bb3
Monotone-Revision: 6f946a78a43cf1914cfbcff43562c9c0ed48a1b0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-07-25T17:52:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -55,8 +55,6 @@
|
||||
#import <SoObjects/SOGo/SOGoUser.h>
|
||||
#import <SoObjects/SOGo/SOGoPermissions.h>
|
||||
|
||||
#import "UIxComponent+Scheduler.h"
|
||||
|
||||
#import "UIxComponentEditor.h"
|
||||
|
||||
#define iREPEAT(X) \
|
||||
@@ -1191,11 +1189,11 @@ RANGE(2);
|
||||
// - (NSString *) iCalStringFromQueryParameter: (NSString *) _qp
|
||||
// format: (NSString *) _format
|
||||
// {
|
||||
// AgenorUserManager *um;
|
||||
// LDAPUserManager *um;
|
||||
// NSMutableString *iCalRep;
|
||||
// NSString *s;
|
||||
|
||||
// um = [AgenorUserManager sharedUserManager];
|
||||
// um = [LDAPUserManager sharedUserManager];
|
||||
// iCalRep = (NSMutableString *)[NSMutableString string];
|
||||
// s = [self queryParameterForKey:_qp];
|
||||
// if(s && [s length] > 0) {
|
||||
|
||||
Reference in New Issue
Block a user