mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Use enanced searching for link queries also
This commit is contained in:
parent
5e8b903207
commit
b85467dd26
@ -1181,10 +1181,7 @@ class addressbook_bo extends addressbook_so
|
||||
$limit = false;
|
||||
if ($pattern)
|
||||
{
|
||||
foreach($this->columns_to_search as $col)
|
||||
{
|
||||
$criteria[$col] = is_array($pattern) ? $pattern['search'] : $pattern;
|
||||
}
|
||||
$criteria = is_array($pattern) ? $pattern['search'] : $pattern;
|
||||
}
|
||||
if($options['start'] || $options['num_rows']) {
|
||||
$limit = array($options['start'], $options['num_rows']);
|
||||
|
Loading…
Reference in New Issue
Block a user