[chronojump/77] Fixed bug personSession77 not created at start



commit 42f77bce461769bfc3f928e72c1419dd768d7291
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Mar 2 21:55:04 2010 +0800

    Fixed bug personSession77 not created at start

 src/sqlite/main.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/sqlite/main.cs b/src/sqlite/main.cs
index cf0eb3a..0693b22 100644
--- a/src/sqlite/main.cs
+++ b/src/sqlite/main.cs
@@ -1132,7 +1132,7 @@ class Sqlite
 
 		creationRate ++;
 		SqlitePersonSession sqlitePersonSessionObject = new SqlitePersonSession();
-		sqlitePersonSessionObject.createTable();
+		sqlitePersonSessionObject.createTable(Constants.PersonSessionTable);
 		
 		creationRate ++;
 		SqlitePreferences.createTable();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]