From 64fe4dac4dd7dd17215c1c5dd70c4434637f4a98 Mon Sep 17 00:00:00 2001 From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Thu, 16 Sep 2010 20:27:36 +0000 Subject: [PATCH] WhoIsOnline ordering --- Builder/IISMainHandler/build.txt | 2 +- IISMainHandler/handlers/response/WhoIsOnlineHandler.cs | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index 0ac440f..aede773 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -1378 \ No newline at end of file +1384 \ No newline at end of file diff --git a/IISMainHandler/handlers/response/WhoIsOnlineHandler.cs b/IISMainHandler/handlers/response/WhoIsOnlineHandler.cs index 9547a1c..ea25ed2 100644 --- a/IISMainHandler/handlers/response/WhoIsOnlineHandler.cs +++ b/IISMainHandler/handlers/response/WhoIsOnlineHandler.cs @@ -38,7 +38,14 @@ namespace FLocal.IISHandler.handlers.response { "0" ) ), - pageOuter + pageOuter, + new JoinSpec[0], + new SortSpec[] { + new SortSpec( + Session.TableSpec.instance.getColumnSpec(Session.TableSpec.FIELD_LASTHUMANACTIVITY), + false + ), + } ) select Session.LoadByKey(stringId); return new XElement[] { new XElement("users",