mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
fixed sql error reported on user list
This commit is contained in:
parent
5e57d48378
commit
e421e70add
@ -388,7 +388,7 @@ class addressbook_sql extends so_sql
|
||||
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