mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Remove limit on resources selection options in sitemgr modules
This commit is contained in:
parent
8599464e3b
commit
d3465e10a8
@ -173,7 +173,7 @@ class module_calendar_planner extends Module
|
|||||||
}
|
}
|
||||||
|
|
||||||
$query = '';
|
$query = '';
|
||||||
$options = array('start' => 0, 'num_rows' => 50);
|
$options = array('start' => 0);
|
||||||
|
|
||||||
$acl = new Acl($anon_user);
|
$acl = new Acl($anon_user);
|
||||||
$acl->read_repository();
|
$acl->read_repository();
|
||||||
|
@ -191,7 +191,7 @@ class module_calendar_week extends Module
|
|||||||
|
|
||||||
// Resources
|
// Resources
|
||||||
$query = '';
|
$query = '';
|
||||||
$options = array('start' => 0, 'num_rows' => 50);
|
$options = array('start' => 0);
|
||||||
|
|
||||||
$acl = new Acl($anon_user);
|
$acl = new Acl($anon_user);
|
||||||
$acl->read_repository();
|
$acl->read_repository();
|
||||||
|
Loading…
Reference in New Issue
Block a user