summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/inc/queries.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/statistics_reporting/inc/queries.inc.php')
-rw-r--r--modules-available/statistics_reporting/inc/queries.inc.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules-available/statistics_reporting/inc/queries.inc.php b/modules-available/statistics_reporting/inc/queries.inc.php
index 39e43765..c77f0ed8 100644
--- a/modules-available/statistics_reporting/inc/queries.inc.php
+++ b/modules-available/statistics_reporting/inc/queries.inc.php
@@ -402,8 +402,7 @@ class Queries
{
$res = Database::queryFirst("SELECT Count(DISTINCT username) as `total`
FROM statistic
- WHERE (dateline BETWEEN $from AND $to) AND typeid = '.vmchooser-session-name'
- GROUP BY username");
+ WHERE (dateline BETWEEN $from AND $to) AND typeid = '.vmchooser-session-name'");
return (int)$res['total'];
}