fixed sql error: "unknown column account_id"

This commit is contained in:
Ralf Becker 2006-06-13 15:39:25 +00:00
parent 2201a45d27
commit 91cd07d611

View File

@ -302,7 +302,7 @@ class socontacts_sql extends so_sql
unset($filter['owner']); 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 if (is_null($owner)) // search for accounts AND contacts of all addressbooks
{ {