mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 19:33:54 +01:00
Setting maximum execution time to 0 for the import of [iv]Cal's.
This commit is contained in:
parent
e31ca7ffa5
commit
7bb6bb2579
@ -2932,6 +2932,9 @@ class boicalendar
|
|||||||
's' => 'sec'
|
's' => 'sec'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// time limit should be controlled elsewhere
|
||||||
|
@set_time_limit(0);
|
||||||
|
|
||||||
$GLOBALS['phpgw']->common->create_emailpreferences();
|
$GLOBALS['phpgw']->common->create_emailpreferences();
|
||||||
$users_email = $GLOBALS['phpgw_info']['user']['preferences']['email']['address'];
|
$users_email = $GLOBALS['phpgw_info']['user']['preferences']['email']['address'];
|
||||||
$cats = CreateObject('phpgwapi.categories');
|
$cats = CreateObject('phpgwapi.categories');
|
||||||
|
Loading…
Reference in New Issue
Block a user