mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 23:18:34 +08:00
More formatting cleanup.
This commit is contained in:
@@ -174,10 +174,13 @@ namespace OpenSim.Data.MySQL
|
||||
{
|
||||
// TODO: This will let you pass in the connect string in
|
||||
// the config, though someone will need to write that.
|
||||
if (connect == String.Empty) {
|
||||
if (connect == String.Empty)
|
||||
{
|
||||
// This is old seperate config file
|
||||
Initialise();
|
||||
} else {
|
||||
}
|
||||
else
|
||||
{
|
||||
_dbConnection = new MySQLManager(connect);
|
||||
TestTables();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user