mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
Don't need to pass ->extra_value, search2criteria() will take care of it
This commit is contained in:
parent
4b134dfc9e
commit
93cf9c2e84
@ -417,7 +417,7 @@ class so_sql_cf extends so_sql
|
|||||||
// if string given as criteria --> search in all (or $this->columns_to_search) columns including custom fields
|
// if string given as criteria --> search in all (or $this->columns_to_search) columns including custom fields
|
||||||
if ($criteria && is_string($criteria))
|
if ($criteria && is_string($criteria))
|
||||||
{
|
{
|
||||||
$criteria = $this->search2criteria($criteria,$wildcard,$op,$this->extra_value);
|
$criteria = $this->search2criteria($criteria,$wildcard,$op);
|
||||||
}
|
}
|
||||||
if ($criteria && is_array($criteria))
|
if ($criteria && is_array($criteria))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user