aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/MSSQLLogData.cs
diff options
context:
space:
mode:
authorSean Dague2008-04-02 15:36:01 +0000
committerSean Dague2008-04-02 15:36:01 +0000
commitf52c8f3970c5f528aaa6edf2b1bf8acc31c52313 (patch)
treeb22667e2d4ad14d6eaad11993e400b94e0f8fcb6 /OpenSim/Data/MSSQL/MSSQLLogData.cs
parentfirst pass at fixing up prebuild.xml after the (diff)
downloadopensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.zip
opensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.tar.gz
opensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.tar.bz2
opensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.tar.xz
attempt to fix up all refernces to new directory structure
Diffstat (limited to 'OpenSim/Data/MSSQL/MSSQLLogData.cs')
-rw-r--r--OpenSim/Data/MSSQL/MSSQLLogData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLLogData.cs b/OpenSim/Data/MSSQL/MSSQLLogData.cs
index c76af53..2bb5839 100644
--- a/OpenSim/Data/MSSQL/MSSQLLogData.cs
+++ b/OpenSim/Data/MSSQL/MSSQLLogData.cs
@@ -28,7 +28,7 @@
28using System.Collections.Generic; 28using System.Collections.Generic;
29using System.Data; 29using System.Data;
30 30
31namespace OpenSim.Framework.Data.MSSQL 31namespace OpenSim.Data.MSSQL
32{ 32{
33 /// <summary> 33 /// <summary>
34 /// An interface to the log database for MySQL 34 /// An interface to the log database for MySQL