From 0d6aaf82f8c0e1f695fc170acf030a484dca1aaa Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Thu, 23 Feb 2017 18:04:53 +0100 Subject: [statistics_reporting] fixed column selector order --- modules-available/statistics_reporting/page.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules-available/statistics_reporting/page.inc.php') 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 -- cgit v1.2.3-55-g7522