OGoContentStore/sql/generate-folderinfo-sql-for-users.sh

Monotone-Parent: b7b94acee3398cb1537097806f5a80f257f2a43a
Monotone-Revision: 2d120d90819b42e21a50956a14c0c5d130cfdf09

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-31T18:38:53
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-31 18:38:53 +00:00
parent 77313ec43c
commit ad4fba45dc
8 changed files with 275 additions and 88 deletions
-1
View File
@@ -124,7 +124,6 @@ static BOOL doCrashOnSessionCreate = NO;
}
- (id)lookupUser:(NSString *)_key inContext:(id)_ctx {
NSLog (@"lookupUser: %@", _key);
return [[[NSClassFromString(@"SOGoUserFolder") alloc]
initWithName:_key inContainer:self] autorelease];