mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* In ur code. Making it static.
* Converted a bunch of functions to static functions.
This commit is contained in:
@@ -752,7 +752,7 @@ namespace OpenSim.Data.SQLite
|
||||
|
||||
}
|
||||
|
||||
private void InitDB(SqliteConnection conn)
|
||||
private static void InitDB(SqliteConnection conn)
|
||||
{
|
||||
string createUsers = SQLiteUtil.defineTable(createUsersTable());
|
||||
string createFriends = SQLiteUtil.defineTable(createUserFriendsTable());
|
||||
|
||||
Reference in New Issue
Block a user