mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
fixed sql error: "unknown column account_id"
This commit is contained in:
parent
2201a45d27
commit
91cd07d611
@ -302,7 +302,7 @@ class socontacts_sql extends so_sql
|
||||
unset($filter['owner']);
|
||||
}
|
||||
}
|
||||
if (!$this->account_repository == 'sql')
|
||||
if ($this->account_repository == 'sql')
|
||||
{
|
||||
if (is_null($owner)) // search for accounts AND contacts of all addressbooks
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user