Fixed the percent of users who didn't logout not showing up correctly

This commit is contained in:
jengo 2000-11-15 09:34:57 +00:00
parent 5fb70dc2e6
commit 88d7dc6ea3

View File

@ -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);