More formatting cleanup.

This commit is contained in:
Jeff Ames
2008-05-14 05:33:32 +00:00
parent c995d60d37
commit 6a1b787436
28 changed files with 173 additions and 162 deletions

View File

@@ -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();
}