pgSql fix, patch von Shryke Dude (shrykedude)

This commit is contained in:
Ralf Becker 2003-09-16 21:55:22 +00:00
parent e6f7d30693
commit 724b097301

View File

@ -64,7 +64,7 @@
$where = "and account_id='$account_id'";
}
$this->db->query("select count(*) from phpgw_access_log where lo!='' $where");
$this->db->query("select count(*) from phpgw_access_log where lo!=0 $where");
$this->db->next_record();
return $this->db->f(0);