Skip to content

Commit

Permalink
Fixed the path
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Ulrich committed Jul 4, 2009
1 parent e25248e commit 0911f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ThingsPlugin.m
@@ -1,7 +1,7 @@
#import <Foundation/Foundation.h>
#import <sqlite3.h>

NSString *databasePath = @"/User/Applications/FE652A8B-7E48-4C66-BDFC-8D5D969640AD/Documents/db.sqlite3";
NSString *databasePath = @"/User/Applications/AC624048-1944-4019-8581-407A502E19AC/Documents/db.sqlite3";

NSString *todaySql = @"select title,dueDate from Task where status = 1 and type = 2 and flagged = 1";

Expand Down

0 comments on commit 0911f8e

Please sign in to comment.