mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
fixing the fix ... (db-name is in key, not value)
This commit is contained in:
parent
11d6cb3273
commit
61566c2b56
@ -452,7 +452,7 @@ class addressbook_sql extends so_sql
|
||||
if (strpos($column,'.') === false)
|
||||
{
|
||||
$table = $column == $this->extra_value ? $this->extra_table : $this->table_name;
|
||||
if (in_array($column, $this->db_cols))
|
||||
if (isset($this->db_cols[$column]))
|
||||
{
|
||||
$table .= '.';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user