summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/page.inc.php
diff options
context:
space:
mode:
authorChristian Hofmaier2016-12-20 15:23:28 +0100
committerChristian Hofmaier2016-12-20 15:23:28 +0100
commitb8e485583f7df8e1c911215832194d69cc564574 (patch)
tree73cbe4cbec37ae2f30dda6eb58a1e7b49232607b /modules-available/statistics_reporting/page.inc.php
parent[statistics_reporting] added time bounds slider (diff)
downloadslx-admin-b8e485583f7df8e1c911215832194d69cc564574.tar.gz
slx-admin-b8e485583f7df8e1c911215832194d69cc564574.tar.xz
slx-admin-b8e485583f7df8e1c911215832194d69cc564574.zip
[statistics_reporting] filtered sessions with short length (<60secs), logins on machines without locationid are now shown
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 9417d2da..6392dd19 100644
--- a/modules-available/statistics_reporting/page.inc.php
+++ b/modules-available/statistics_reporting/page.inc.php
@@ -63,7 +63,7 @@ class Page_Statistics_Reporting extends Page
$res = StatisticReporting::getUserStatistics($cutOffTimer, $lowerTimeBound, $upperTimeBound);
$data[] = array('perUser' => array());
while ($row = $res->fetch(PDO::FETCH_NUM)) {
- $data['perUser'][] = array('user' => $row[0], 'loginCount' => $row[1]);
+ $data['perUser'][] = array('user' => $row[0], 'vm' => $row[1], 'loginCount' => $row[2]);
}
// per vm