mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
pgSql fix, patch von Shryke Dude (shrykedude)
This commit is contained in:
parent
e6f7d30693
commit
724b097301
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user