mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 10:51:38 +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':
|
case 'array':
|
||||||
foreach($only_keys as $key => $val)
|
foreach($only_keys as $key => $val)
|
||||||
{
|
{
|
||||||
switch($key)
|
switch($val)
|
||||||
{
|
{
|
||||||
case 'id': case 'contact_id':
|
case 'id': case 'contact_id':
|
||||||
$only_keys[$key] = $this->table_name.'.contact_id';
|
$only_keys[$key] = $this->table_name.'.contact_id';
|
||||||
|
Loading…
Reference in New Issue
Block a user