diff --git a/calendar/sitemgr/class.module_calendar_planner.inc.php b/calendar/sitemgr/class.module_calendar_planner.inc.php index 4e41c13f4f..61a1482bf5 100644 --- a/calendar/sitemgr/class.module_calendar_planner.inc.php +++ b/calendar/sitemgr/class.module_calendar_planner.inc.php @@ -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(); diff --git a/calendar/sitemgr/class.module_calendar_week.inc.php b/calendar/sitemgr/class.module_calendar_week.inc.php index e947e4ca51..f1d125414a 100644 --- a/calendar/sitemgr/class.module_calendar_week.inc.php +++ b/calendar/sitemgr/class.module_calendar_week.inc.php @@ -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();