mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
fixed sql error reported on user list
This commit is contained in:
parent
22392e54b0
commit
d858197e80
@ -320,7 +320,7 @@ class addressbook_sql extends so_sql_cf
|
||||
case 'array':
|
||||
foreach($only_keys as $key => $val)
|
||||
{
|
||||
switch($key)
|
||||
switch($val)
|
||||
{
|
||||
case 'id': case 'contact_id':
|
||||
$only_keys[$key] = $this->table_name.'.contact_id';
|
||||
|
Loading…
Reference in New Issue
Block a user