diff options
author | Jonathan Freedman | 2010-10-18 23:00:48 -0400 |
---|---|---|
committer | Jonathan Freedman | 2010-10-18 23:00:48 -0400 |
commit | 12128f1917d9f6288e268ccce9304c2b8c825d92 (patch) | |
tree | a1825bf495e15aadb86ce0ce457007717933988c /OpenSim/Services | |
parent | Merge branch 'master' of git://opensimulator.org/git/opensim (diff) | |
parent | Add 'contributors' notice for zlib.net.dll to keep track of its origin and ve... (diff) | |
download | opensim-SC_OLD-12128f1917d9f6288e268ccce9304c2b8c825d92.zip opensim-SC_OLD-12128f1917d9f6288e268ccce9304c2b8c825d92.tar.gz opensim-SC_OLD-12128f1917d9f6288e268ccce9304c2b8c825d92.tar.bz2 opensim-SC_OLD-12128f1917d9f6288e268ccce9304c2b8c825d92.tar.xz |
Merge branch 'master' of git://opensimulator.org/git/opensim
Diffstat (limited to 'OpenSim/Services')
-rw-r--r-- | OpenSim/Services/GridService/GridService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/GridService/GridService.cs b/OpenSim/Services/GridService/GridService.cs index add1be0..125c2be 100644 --- a/OpenSim/Services/GridService/GridService.cs +++ b/OpenSim/Services/GridService/GridService.cs | |||
@@ -323,7 +323,7 @@ namespace OpenSim.Services.GridService | |||
323 | { | 323 | { |
324 | m_log.DebugFormat("[GRID SERVICE]: GetRegionsByName {0}", name); | 324 | m_log.DebugFormat("[GRID SERVICE]: GetRegionsByName {0}", name); |
325 | 325 | ||
326 | List<RegionData> rdatas = m_Database.Get("%" + name + "%", scopeID); | 326 | List<RegionData> rdatas = m_Database.Get(name + "%", scopeID); |
327 | 327 | ||
328 | int count = 0; | 328 | int count = 0; |
329 | List<GridRegion> rinfos = new List<GridRegion>(); | 329 | List<GridRegion> rinfos = new List<GridRegion>(); |