aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/UserStatistics/Sessions_Report.cs
diff options
context:
space:
mode:
authorMelanie2013-01-25 00:10:32 +0000
committerMelanie2013-01-25 00:10:32 +0000
commit0b8bf69470aa461ac8b6554dce5e56427f39ac74 (patch)
tree9e2175c461425d1abc6ffbdb7d19278a9bf82c2e /OpenSim/Region/UserStatistics/Sessions_Report.cs
parentMerge branch 'avination' into careminster (diff)
parentBulletSim: reduce the zeroing threshold for rotational velocity. (diff)
downloadopensim-SC-0b8bf69470aa461ac8b6554dce5e56427f39ac74.zip
opensim-SC-0b8bf69470aa461ac8b6554dce5e56427f39ac74.tar.gz
opensim-SC-0b8bf69470aa461ac8b6554dce5e56427f39ac74.tar.bz2
opensim-SC-0b8bf69470aa461ac8b6554dce5e56427f39ac74.tar.xz
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
Diffstat (limited to 'OpenSim/Region/UserStatistics/Sessions_Report.cs')
-rw-r--r--OpenSim/Region/UserStatistics/Sessions_Report.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/UserStatistics/Sessions_Report.cs b/OpenSim/Region/UserStatistics/Sessions_Report.cs
index 1a2d460..0e94912 100644
--- a/OpenSim/Region/UserStatistics/Sessions_Report.cs
+++ b/OpenSim/Region/UserStatistics/Sessions_Report.cs
@@ -278,6 +278,11 @@ TD.align_top { vertical-align: top; }
278 public DateTime start_time; 278 public DateTime start_time;
279 } 279 }
280 280
281 public string RenderJson(Hashtable pModelResult)
282 {
283 return "{}";
284 }
281 #endregion 285 #endregion
282 } 286 }
287
283} 288}