From 7bb6bb2579aa7c6b2945c6426a0f156062f7095b Mon Sep 17 00:00:00 2001 From: skeeter Date: Tue, 6 Nov 2001 03:15:15 +0000 Subject: [PATCH] Setting maximum execution time to 0 for the import of [iv]Cal's. --- calendar/inc/class.boicalendar.inc.php | 3 +++ 1 file changed, 3 insertions(+) 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');