mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 21:32:46 +02:00
* Resources - Fix resources not displayed in calendar if there's more than 20 in a category
This commit is contained in:
parent
0c47c824aa
commit
5443ff7597
@ -595,7 +595,7 @@ class resources_bo
|
|||||||
'deleted' => null
|
'deleted' => null
|
||||||
);
|
);
|
||||||
$only_keys = 'res_id,name';
|
$only_keys = 'res_id,name';
|
||||||
$data = $this->so->search(array(),$only_keys,$order_by='name',$extra_cols='',$wildcard='%',$empty,$op='OR',$limit,$filter);
|
$data = $this->so->search(array(),$only_keys,$order_by='name',$extra_cols='',$wildcard='%',$empty,$op='OR',false,$filter);
|
||||||
if(is_array($data) && $data)
|
if(is_array($data) && $data)
|
||||||
{
|
{
|
||||||
foreach($data as $resource)
|
foreach($data as $resource)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user