diff --git a/calendar/inc/class.boicalendar.inc.php b/calendar/inc/class.boicalendar.inc.php index 3a04c570ff..697b48cf89 100755 --- a/calendar/inc/class.boicalendar.inc.php +++ b/calendar/inc/class.boicalendar.inc.php @@ -2932,6 +2932,9 @@ class boicalendar 's' => 'sec' ); + // time limit should be controlled elsewhere + @set_time_limit(0); + $GLOBALS['phpgw']->common->create_emailpreferences(); $users_email = $GLOBALS['phpgw_info']['user']['preferences']['email']['address']; $cats = CreateObject('phpgwapi.categories');