mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Fix for searching with custom fields in
This commit is contained in:
parent
a4b36620dd
commit
97cdb61ea5
@ -466,7 +466,7 @@ class so_sql_cf extends so_sql
|
||||
$criteria[] = '(' . $this->extra_table.'.'.$this->extra_value . ' ' .($negate ? 'NOT ' : '').
|
||||
$this->db->capabilities[egw_db::CAPABILITY_CASE_INSENSITIV_LIKE]. ' ' .
|
||||
$this->db->quote($wildcard.$val.$wildcard) . ' AND ' .
|
||||
$this->extra_table.'.'.$this->extra_value . ' = ' . $this->db->quote($name) .
|
||||
$this->extra_table.'.'.$this->extra_key . ' = ' . $this->db->quote($name) .
|
||||
')';
|
||||
unset($criteria[self::CF_PREFIX.$name]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user