mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fixing the fix ... (db-name is in key, not value)
This commit is contained in:
parent
630d467239
commit
c1df25378a
@ -368,7 +368,7 @@ class addressbook_sql extends so_sql_cf
|
||||
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