mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
* Resources - Fix resources not displayed in calendar if there's more than 20 in a category
This commit is contained in:
parent
c535708332
commit
979c96b854
@ -596,7 +596,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…
Reference in New Issue
Block a user