Setting maximum execution time to 0 for the import of [iv]Cal's.

This commit is contained in:
skeeter 2001-11-06 03:15:15 +00:00
parent e31ca7ffa5
commit 7bb6bb2579

View File

@ -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');