diff options
Diffstat (limited to 'OpenSim/Region/UserStatistics/SimStatsAJAX.cs')
-rw-r--r-- | OpenSim/Region/UserStatistics/SimStatsAJAX.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/UserStatistics/SimStatsAJAX.cs b/OpenSim/Region/UserStatistics/SimStatsAJAX.cs index f6dd1d6..26fe3d4 100644 --- a/OpenSim/Region/UserStatistics/SimStatsAJAX.cs +++ b/OpenSim/Region/UserStatistics/SimStatsAJAX.cs | |||
@@ -21,7 +21,6 @@ namespace OpenSim.Region.UserStatistics | |||
21 | Hashtable nh = new Hashtable(); | 21 | Hashtable nh = new Hashtable(); |
22 | nh.Add("hdata", m_scene); | 22 | nh.Add("hdata", m_scene); |
23 | nh.Add("simstats", pParams["SimStats"]); | 23 | nh.Add("simstats", pParams["SimStats"]); |
24 | |||
25 | return nh; | 24 | return nh; |
26 | } | 25 | } |
27 | 26 | ||
@@ -181,7 +180,9 @@ namespace OpenSim.Region.UserStatistics | |||
181 | HTMLUtil.TD_C(ref output); | 180 | HTMLUtil.TD_C(ref output); |
182 | HTMLUtil.TR_C(ref output); | 181 | HTMLUtil.TR_C(ref output); |
183 | HTMLUtil.TABLE_C(ref output); | 182 | HTMLUtil.TABLE_C(ref output); |
183 | |||
184 | } | 184 | } |
185 | |||
185 | return output.ToString(); | 186 | return output.ToString(); |
186 | } | 187 | } |
187 | 188 | ||