WhoIsOnline ordering

main
Inga 🏳‍🌈 14 years ago
parent f9263fe0d8
commit 64fe4dac4d
  1. 2
      Builder/IISMainHandler/build.txt
  2. 9
      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",

Loading…
Cancel
Save