aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/MSSQLGridData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/MSSQL/MSSQLGridData.cs')
-rw-r--r--OpenSim/Data/MSSQL/MSSQLGridData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLGridData.cs b/OpenSim/Data/MSSQL/MSSQLGridData.cs
index 6f94980..ace3b27 100644
--- a/OpenSim/Data/MSSQL/MSSQLGridData.cs
+++ b/OpenSim/Data/MSSQL/MSSQLGridData.cs
@@ -220,7 +220,7 @@ namespace OpenSim.Data.MSSQL
220 /// <summary> 220 /// <summary>
221 /// Returns up to maxNum profiles of regions that have a name starting with namePrefix 221 /// Returns up to maxNum profiles of regions that have a name starting with namePrefix
222 /// </summary> 222 /// </summary>
223 /// <param name="name">The name to match against</param> 223 /// <param name="namePrefix">The name to match against</param>
224 /// <param name="maxNum">Maximum number of profiles to return</param> 224 /// <param name="maxNum">Maximum number of profiles to return</param>
225 /// <returns>A list of sim profiles</returns> 225 /// <returns>A list of sim profiles</returns>
226 override public List<RegionProfileData> GetRegionsByName (string namePrefix, uint maxNum) 226 override public List<RegionProfileData> GetRegionsByName (string namePrefix, uint maxNum)