mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-08 16:33:22 +00:00
Monotone-Parent: c7009a2d8a1dce845aa1a365123f4b438e3168fe
Monotone-Revision: 8fa93819d7083059128aa7103b83d47ee6a9cf2c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-03T22:53:22 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -183,7 +183,6 @@ static SoSecurityManager *sm = nil;
|
||||
SOGoGCSFolder *folder;
|
||||
NSString *key;
|
||||
NSException *error;
|
||||
SOGoUser *currentUser;
|
||||
|
||||
if (!subFolderClass)
|
||||
subFolderClass = [[self class] subFolderClass];
|
||||
@@ -191,8 +190,6 @@ static SoSecurityManager *sm = nil;
|
||||
error = [fc evaluateExpressionX: sql];
|
||||
if (!error)
|
||||
{
|
||||
currentUser = [context activeUser];
|
||||
|
||||
attrs = [fc describeResults: NO];
|
||||
while ((row = [fc fetchAttributes: attrs withZone: NULL]))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user