remove upper case
parent
e6df4347ae
commit
5736143dc5
|
@ -27,7 +27,7 @@ namespace OpenSim.Modules.DataValue.Storage
|
||||||
{
|
{
|
||||||
m_scene = scene;
|
m_scene = scene;
|
||||||
|
|
||||||
m_connectionString = config.GetString("DataValueConnectionString", String.Empty).ToUpper().Trim();
|
m_connectionString = config.GetString("DataValueConnectionString", String.Empty).Trim();
|
||||||
|
|
||||||
if (m_connectionString == String.Empty)
|
if (m_connectionString == String.Empty)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue