mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-18 01:45:25 +00:00
Monotone-Parent: 29aefdeb26834742b8cd9f01120573b4dcbcc7ed
Monotone-Revision: f9bb5a5f3c1e5dea5cb04ead39373ab637b9ee09 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-13T13:00:02
This commit is contained in:
@@ -188,8 +188,7 @@ static NSString *sessionsFolderURLString = nil;
|
||||
|
||||
queries = [tc specialQueries];
|
||||
|
||||
sql = [NSString stringWithFormat: @"SELECT count(*) FROM %@",
|
||||
[self _storeTableName]];
|
||||
sql = [NSString stringWithFormat: @"SELECT count(*) FROM %@", tableName];
|
||||
if ([tc evaluateExpressionX: sql])
|
||||
{
|
||||
sql = [queries createSessionsFolderWithName: tableName];
|
||||
|
||||
Reference in New Issue
Block a user