summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/page.inc.php
diff options
context:
space:
mode:
authorUdo Walter2017-02-23 18:04:53 +0100
committerUdo Walter2017-02-23 18:04:53 +0100
commit0d6aaf82f8c0e1f695fc170acf030a484dca1aaa (patch)
treec81ada6bf6a06138fbcc5e938b17a832fcac7a5d /modules-available/statistics_reporting/page.inc.php
parent[statistics_reporting] included currently offline clients in offline time + b... (diff)
downloadslx-admin-0d6aaf82f8c0e1f695fc170acf030a484dca1aaa.tar.gz
slx-admin-0d6aaf82f8c0e1f695fc170acf030a484dca1aaa.tar.xz
slx-admin-0d6aaf82f8c0e1f695fc170acf030a484dca1aaa.zip
[statistics_reporting] fixed column selector order
Diffstat (limited to 'modules-available/statistics_reporting/page.inc.php')
-rw-r--r--modules-available/statistics_reporting/page.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/statistics_reporting/page.inc.php b/modules-available/statistics_reporting/page.inc.php
index 51c137f6..6bd908a5 100644
--- a/modules-available/statistics_reporting/page.inc.php
+++ b/modules-available/statistics_reporting/page.inc.php
@@ -13,8 +13,8 @@ class Page_Statistics_Reporting extends Page
/**
* @var array Names of columns that are being used by the various tables
*/
- private $COLUMNS = array('lastLogout', 'lastStart', 'location', 'longSessions', 'medianSessionLength',
- 'sessions', 'shortSessions', 'totalOffTime', 'totalTime');
+ private $COLUMNS = array('location', 'totalTime', 'medianSessionLength', 'sessions', 'longSessions', 'shortSessions',
+ 'totalOffTime', 'lastLogout', 'lastStart');
/**
* @var array Names of the tables we can display