mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +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 = '';
|
||||
$options = array('start' => 0, 'num_rows' => 50);
|
||||
$options = array('start' => 0);
|
||||
|
||||
$acl = new Acl($anon_user);
|
||||
$acl->read_repository();
|
||||
|
@ -191,7 +191,7 @@ class module_calendar_week extends Module
|
||||
|
||||
// Resources
|
||||
$query = '';
|
||||
$options = array('start' => 0, 'num_rows' => 50);
|
||||
$options = array('start' => 0);
|
||||
|
||||
$acl = new Acl($anon_user);
|
||||
$acl->read_repository();
|
||||
|
Loading…
Reference in New Issue
Block a user