mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fix for bug #665 search not working
This commit is contained in:
parent
2bdd4e9f37
commit
673ab75e7f
@ -68,7 +68,7 @@ class bo_resources
|
|||||||
$order_by = $query['order'] ? $query['order'].' '. $query['sort'] : '';
|
$order_by = $query['order'] ? $query['order'].' '. $query['sort'] : '';
|
||||||
$start = (int)$query['start'];
|
$start = (int)$query['start'];
|
||||||
|
|
||||||
$rows = $this->so->search($criteria,$read_onlys,$order_by,'','',$empty=False,$op='OR',$start,$filter,$join='',$need_full_no_count=false);
|
$rows = $this->so->search($criteria,$read_onlys,$order_by,'','%',$empty=False,$op='OR',$start,$filter,$join='',$need_full_no_count=false);
|
||||||
$nr = $this->so->total;
|
$nr = $this->so->total;
|
||||||
|
|
||||||
// we are called to serve bookable resources (e.g. calendar-dialog)
|
// we are called to serve bookable resources (e.g. calendar-dialog)
|
||||||
|
Loading…
Reference in New Issue
Block a user