mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fixed the percent of users who didn't logout not showing up correctly
This commit is contained in:
parent
5fb70dc2e6
commit
88d7dc6ea3
@ -86,7 +86,7 @@
|
||||
$phpgw->db->next_record();
|
||||
$total = $phpgw->db->f(0);
|
||||
|
||||
$phpgw->db->query("select count(*) from access_log where lo!='0'");
|
||||
$phpgw->db->query("select count(*) from access_log where lo!=''");
|
||||
$phpgw->db->next_record();
|
||||
$loggedout = $phpgw->db->f(0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user