aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteUserData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteUserData.cs')
-rw-r--r--OpenSim/Data/SQLite/SQLiteUserData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteUserData.cs b/OpenSim/Data/SQLite/SQLiteUserData.cs
index 7f017b7..6891373 100644
--- a/OpenSim/Data/SQLite/SQLiteUserData.cs
+++ b/OpenSim/Data/SQLite/SQLiteUserData.cs
@@ -784,7 +784,7 @@ namespace OpenSim.Data.SQLite
784 conn.Close(); 784 conn.Close();
785 } 785 }
786 786
787 private bool TestTables(SqliteConnection conn) 787 private static bool TestTables(SqliteConnection conn)
788 { 788 {
789 SqliteCommand cmd = new SqliteCommand(userSelect, conn); 789 SqliteCommand cmd = new SqliteCommand(userSelect, conn);
790 SqliteCommand fcmd = new SqliteCommand(userFriendsSelect, conn); 790 SqliteCommand fcmd = new SqliteCommand(userFriendsSelect, conn);