mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
Admin: Remove time limit when deleting a user
all those records could take a while and we don't want to fail
This commit is contained in:
parent
e68e125a0a
commit
50bb44d3ff
@ -194,6 +194,8 @@ class admin_cmd_delete_account extends admin_cmd
|
|||||||
*/
|
*/
|
||||||
protected function delete_account($is_user, $account_id, $account_lid=null, $new_user=null)
|
protected function delete_account($is_user, $account_id, $account_lid=null, $new_user=null)
|
||||||
{
|
{
|
||||||
|
set_time_limit(0);
|
||||||
|
|
||||||
// delete the account
|
// delete the account
|
||||||
$GLOBALS['hook_values'] = array(
|
$GLOBALS['hook_values'] = array(
|
||||||
'account_id' => $account_id,
|
'account_id' => $account_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user