summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/page.inc.php
diff options
context:
space:
mode:
authorChristian Hofmaier2016-12-23 16:01:58 +0100
committerChristian Hofmaier2016-12-23 16:01:58 +0100
commite61bb374f6bd7eddd6c7efdc80b835a88a1156e7 (patch)
tree5fd5eab16bdc427ebed69722ce20cd21f9e1c693 /modules-available/statistics_reporting/page.inc.php
parent[statistics_reporting] changed cutoffs (diff)
downloadslx-admin-e61bb374f6bd7eddd6c7efdc80b835a88a1156e7.tar.gz
slx-admin-e61bb374f6bd7eddd6c7efdc80b835a88a1156e7.tar.xz
slx-admin-e61bb374f6bd7eddd6c7efdc80b835a88a1156e7.zip
[statistics_reporting] location for clienttable
Diffstat (limited to 'modules-available/statistics_reporting/page.inc.php')
-rw-r--r--modules-available/statistics_reporting/page.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics_reporting/page.inc.php b/modules-available/statistics_reporting/page.inc.php
index a55ba33f..8bd593f4 100644
--- a/modules-available/statistics_reporting/page.inc.php
+++ b/modules-available/statistics_reporting/page.inc.php
@@ -57,7 +57,7 @@ class Page_Statistics_Reporting extends Page
$median = StatisticReporting::calcMedian(StatisticReporting::calcMedian($row[2]));
$data['perClient'][] = array('hostname' => $row[0], 'time' => StatisticReporting::formatSeconds($row[1]), 'timeInSeconds' => $row[1],
'medianTime' => StatisticReporting::formatSeconds($median), 'medianTimeInSeconds' => $median, 'offTime' => StatisticReporting::formatSeconds($row[3]), 'offlineTimeInSeconds' => $row[3], 'sessions' => $row[4],
- 'lastLogout' => date(DATE_RSS,$row[5]), 'lastLogoutUnixtime' => $row[5], 'lastStart' => date(DATE_RSS,$row[6]), 'lastStartUnixtime' => $row[6], 'shortSessions' => $row[7]);
+ 'lastLogout' => date(DATE_RSS,$row[5]), 'lastLogoutUnixtime' => $row[5], 'lastStart' => date(DATE_RSS,$row[6]), 'lastStartUnixtime' => $row[6], 'shortSessions' => $row[7], 'locationName' => $row[8]);
}
// per user